diff --git a/evennia/commands/default/general.py b/evennia/commands/default/general.py index 71e984738e..7f85552dfc 100644 --- a/evennia/commands/default/general.py +++ b/evennia/commands/default/general.py @@ -2,7 +2,8 @@ General Character commands usually availabe to all characters """ from django.conf import settings -from evennia.utils import utils, prettytable +from evennia.utils import utils, evtable +from evennia.typeclasses.attributes import NickTemplateInvalid COMMAND_DEFAULT_CLASS = utils.class_from_module(settings.COMMAND_DEFAULT_CLASS) @@ -75,33 +76,39 @@ class CmdNick(COMMAND_DEFAULT_CLASS): define a personal alias/nick Usage: - nick[/switches] [= []] - alias '' + nick[/switches] [= [replacement_string]] + nick[/switches]