MOO-cows Mailing List Archive

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

inconsistency in #0:do_command



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

say Hello there, MOO-cows!
COMMAND: #2 {"say", "Hello", "there,", "MOO-cows!"}
You say, "Hello there, MOO-cows!"
"Hello there, MOO-cows!
COMMAND: #2 {"Hello there, MOO-cows!"}
You say, "Hello there, MOO-cows!"


Follow-Ups:

Home | Subject Index | Thread Index