Improve help command.

This commit is contained in:
Ahmed Charles 2015-10-16 19:42:42 +00:00
parent cba12699fd
commit b4cc24e655

View file

@ -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().