Clean up default command names and aliases to avoid multimatches with new prefix-ignorer. Chane desc->setdesc, alias->nick, @home->@sethome.

This commit is contained in:
Griatch 2016-12-20 22:58:13 +01:00
parent 596efe4c72
commit fd3d6aee9a
5 changed files with 9 additions and 14 deletions

View file

@ -292,8 +292,7 @@ class CmdSetHelp(COMMAND_DEFAULT_CLASS):
is to let everyone read the help file.
"""
key = "@help"
aliases = "@sethelp"
key = "@sethelp"
locks = "cmd:perm(PlayerHelpers)"
help_category = "Building"