Add "exam" alias to examine command; it is an extremely common alias in other codebases.

This commit is contained in:
Ari Mudev 2010-09-04 16:04:16 +00:00
parent 25dec92db5
commit 98c898ffeb

View file

@ -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"