mirror of
https://github.com/evennia/evennia.git
synced 2026-04-02 05:57:16 +02:00
The inventory command should not have arguments.
This makes it so that iguana does not match this command.
This commit is contained in:
parent
d702cd069c
commit
4f5adf1da6
1 changed files with 1 additions and 0 deletions
|
|
@ -186,6 +186,7 @@ class CmdInventory(MuxCommand):
|
|||
key = "inventory"
|
||||
aliases = ["inv", "i"]
|
||||
locks = "cmd:all()"
|
||||
arg_regex = r"$"
|
||||
|
||||
def func(self):
|
||||
"check inventory"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue