From 4f5adf1da63a459f408f5b994bde9373c004a7bc Mon Sep 17 00:00:00 2001 From: Ahmed Charles Date: Mon, 9 Feb 2015 09:24:47 -0800 Subject: [PATCH] The inventory command should not have arguments. This makes it so that iguana does not match this command. --- evennia/commands/default/general.py | 1 + 1 file changed, 1 insertion(+) diff --git a/evennia/commands/default/general.py b/evennia/commands/default/general.py index 819c3d1abf..99a06243be 100644 --- a/evennia/commands/default/general.py +++ b/evennia/commands/default/general.py @@ -186,6 +186,7 @@ class CmdInventory(MuxCommand): key = "inventory" aliases = ["inv", "i"] locks = "cmd:all()" + arg_regex = r"$" def func(self): "check inventory"