From: Jeremy Stanley Date: Thu, 9 May 2019 20:19:50 +0000 (+0000) Subject: Don't allow abbreviating administrative commands X-Git-Tag: 0.0.1~18 X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=5576b96f9280d8b9598d4b4806a016854b6a1c65;hp=5576b96f9280d8b9598d4b4806a016854b6a1c65 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. ---