mirror of
https://github.com/evennia/evennia.git
synced 2026-03-21 07:16:31 +01:00
Add "exam" alias to examine command; it is an extremely common alias in other codebases.
This commit is contained in:
parent
25dec92db5
commit
98c898ffeb
1 changed files with 1 additions and 1 deletions
|
|
@ -1410,7 +1410,7 @@ class CmdExamine(ObjManipCommand):
|
|||
If object is not specified, the current location is examined.
|
||||
"""
|
||||
key = "examine"
|
||||
aliases = ["ex"]
|
||||
aliases = ["ex","exam"]
|
||||
permissions = "cmd:examine"
|
||||
help_category = "Building"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue