MOO-cows Mailing List Archive

[Prev][Next][Index][Thread]

Re: inconsistency in #0:do_command



On Mon, 12 Feb 1996, Richard Connamacher wrote:

> I'm using 1.8.0beta1.  (Yeah I know, I'm upgrading to beta2 as soon as I 
> have a chance)
> 
> @list #0:do_command
> COMMAND: #2 {"@list", "#0:do_command"}
> #0:do_command   none none none
>  1:  if (#2.monitoring_commands)
>  2:    #2:notify(tostr("COMMAND: ", player, " ", toliteral(args)));
>  3:  endif
> 

How about doing it like this...

if (#2.monitoring_commands)
  #2:notify(tostr("COMMAND: ", player, argstr));
endif

THis should make it look exactly as the person typed in the command.

--Nate

------how original-a signature at the end of every email message------
Nate Massey    G -d+ H s+:- !g(+) p?+ au- a-- w++ v?(*) C++ SU++ HU P+
Geek of MOOs             L+ 3- N+ E K- W M@ !V po Y@ t+ 5 !j R- G? tv-
nmassey@lfa.lfc.edu         tv- b- B+(--) e u** h!(*) f* r++(--) n@ y?



References:

Home | Subject Index | Thread Index