Set the correct help_category for the @script command.

This commit is contained in:
Griatch 2011-03-20 20:01:53 +00:00
parent 126e2ea61f
commit 2dd856d1f2

View file

@ -1639,8 +1639,8 @@ class CmdScript(MuxCommand):
key = "@script"
aliases = "@addscript"
locks = "cmd:perm(script) or perm(Wizards)"
help_category = "Building"
def func(self):
"Do stuff"