@description? wtf was I thinking? It's supposed to be @describe. Fixing. Existing games will need to update their alias lists.

This commit is contained in:
Greg Taylor 2007-05-27 16:43:16 +00:00
parent b821bf77f0
commit 5d066a7839
2 changed files with 2 additions and 2 deletions

View file

@ -48,7 +48,7 @@ ctable = {
"@cemit": (commands_comsys.cmd_cemit, None),
"@clist": (commands_comsys.cmd_clist, None),
"@create": (commands_privileged.cmd_create, ("genperms.builder")),
"@description": (commands_privileged.cmd_description, None),
"@describe": (commands_privileged.cmd_description, None),
"@destroy": (commands_privileged.cmd_destroy, ("genperms.builder")),
"@dig": (commands_privileged.cmd_dig, ("genperms.builder")),
"@emit": (commands_privileged.cmd_emit, ("genperms.announce")),