mirror of
https://github.com/evennia/evennia.git
synced 2026-03-28 02:36:32 +01:00
Improve help command.
This commit is contained in:
parent
cba12699fd
commit
b4cc24e655
1 changed files with 1 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ class CmdHelp(Command):
|
|||
"""
|
||||
key = "help"
|
||||
locks = "cmd:all()"
|
||||
arg_regex = r"\s|$"
|
||||
|
||||
# this is a special cmdhandler flag that makes the cmdhandler also pack
|
||||
# the current cmdset with the call to self.func().
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue