diff --git a/evennia/commands/default/help.py b/evennia/commands/default/help.py index c5c9b431ae..2d7dd225de 100644 --- a/evennia/commands/default/help.py +++ b/evennia/commands/default/help.py @@ -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().