Made changes to idmapper that might help alleviate issue101 (more people need to run it to make sure). Moved around default command modules to be more logically named and distributed.

This commit is contained in:
Griatch 2010-10-31 08:10:02 +00:00
parent 19dd476115
commit 3f703efc2d
17 changed files with 1920 additions and 1851 deletions

View file

@ -181,10 +181,10 @@ class CmdHelp(Command):
class CmdSetHelp(MuxCommand):
"""
@sethelp - edit the help database
@help - edit the help database
Usage:
@sethelp[/switches] <topic>[,category[,permission,permission,...]] = <text>
@help[/switches] <topic>[,category[,permission,permission,...]] = <text>
Switches:
add - add or replace a new topic with text.
@ -201,7 +201,8 @@ class CmdSetHelp(MuxCommand):
@sethelp/append pickpocketing, ,is_thief, is_staff) = This steals ...
"""
key = "@sethelp"
key = "@help"
aliases = "@sethelp"
permissions = "cmd:sethelp"
help_category = "Building"