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.
|
If object is not specified, the current location is examined.
|
||||||
"""
|
"""
|
||||||
key = "examine"
|
key = "examine"
|
||||||
aliases = ["ex"]
|
aliases = ["ex","exam"]
|
||||||
permissions = "cmd:examine"
|
permissions = "cmd:examine"
|
||||||
help_category = "Building"
|
help_category = "Building"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue