From cd1c415711cdd1df486fcc733acd84621d9f85db Mon Sep 17 00:00:00 2001 From: Griatch Date: Thu, 3 Mar 2011 16:50:27 +0000 Subject: [PATCH] Edited the help-category of utility commands to make wiki auto-command-help match. --- src/commands/default/utils.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/commands/default/utils.py b/src/commands/default/utils.py index 66dfe7212c..1ab2f1bbba 100644 --- a/src/commands/default/utils.py +++ b/src/commands/default/utils.py @@ -28,7 +28,7 @@ class CmdTest(MuxCommand): key = "@test" aliases = ["@te", "@test all"] - help_category = "Testing" + help_category = "Utils" permissions = "cmd:Immortals" #Wizards # the muxcommand class itself handles the display @@ -82,7 +82,7 @@ class CmdTestPerms(MuxCommand): """ key = "@testperm" permissions = "cmd:Immortals Wizards" - help_category = "Testing" + help_category = "Utils" def func(self): """ Run tests @@ -196,7 +196,7 @@ class TestCom(MuxCommand): """ key = "@testcom" permissions = "cmd:Immortals Wizards" - help_category = "Testing" + help_category = "Utils" def func(self): "Run the test program" caller = self.caller