Merge branch 'patch-2' of https://github.com/ahmedcharles/evennia into devel

This commit is contained in:
Griatch 2015-02-09 22:46:39 +01:00
commit b9648e6cf4

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"