Don't allow abbreviating administrative commands
authorJeremy Stanley <fungi@yuggoth.org>
Thu, 9 May 2019 20:19:50 +0000 (20:19 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Thu, 9 May 2019 20:19:50 +0000 (20:19 +0000)
commit5576b96f9280d8b9598d4b4806a016854b6a1c65
tree47186a510f9b7c433431fc592fabaca0a5cc1dd4
parent45b739b13adf159f6c255f0c66d11f0f3161760b
Don't allow abbreviating administrative commands

If a command is flagged as administrative, don't match substring
abbreviations for it. For example, an admin entering "h" should get
the help summary, not halt the engine.
mudpy/misc.py