From b4cc24e65516e7d0ee5848a5ef22e5a144885f74 Mon Sep 17 00:00:00 2001 From: Ahmed Charles Date: Fri, 16 Oct 2015 19:42:42 +0000 Subject: [PATCH] Improve help command. --- evennia/commands/default/help.py | 1 + 1 file changed, 1 insertion(+) 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().