The inventory command should not have arguments.

This makes it so that iguana does not match this command.
This commit is contained in:
Ahmed Charles 2015-02-09 09:24:47 -08:00
parent d702cd069c
commit 4f5adf1da6

View file

@ -186,6 +186,7 @@ class CmdInventory(MuxCommand):
key = "inventory"
aliases = ["inv", "i"]
locks = "cmd:all()"
arg_regex = r"$"
def func(self):
"check inventory"