From 2dd856d1f215fed4ac4ba0f5ee0f573ea0e27a45 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sun, 20 Mar 2011 20:01:53 +0000 Subject: [PATCH] Set the correct help_category for the @script command. --- src/commands/default/building.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/default/building.py b/src/commands/default/building.py index c7d9586931..e3140b5374 100644 --- a/src/commands/default/building.py +++ b/src/commands/default/building.py @@ -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"