PennMUSH Community

Ticket #7500 (new bug)

Opened 8 months ago

Last modified 7 months ago

WHO command

Reported by: anonymous Assigned to:
Priority: minor Milestone:
Keywords: Cc:
Visibility: Public

Description

So I tried @command WHO and it says no such command. Perhaps a more friendly command for the uppercase commands. Like you have to change the source code for these commands or something that's more useful :D

Change History

12/27/07 14:23:44 changed by raevnos

WHO, DOING, QUIT, LOGOUT and a few other socket-only commands are handled earlier in command matching than most, and aren't in the table that @command works with. Whether they should be or not, now...