mirror of
https://github.com/evennia/evennia.git
synced 2026-03-28 10:37:16 +01:00
Edited the help-category of utility commands to make wiki auto-command-help match.
This commit is contained in:
parent
38014eda3c
commit
cd1c415711
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue