From 2d02c06a11dedb6d947dc7112297737f31044f19 Mon Sep 17 00:00:00 2001 From: Griatch Date: Mon, 17 Oct 2016 22:10:11 +0200 Subject: [PATCH] Add clarification to nick command docstring. --- evennia/commands/default/general.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/commands/default/general.py b/evennia/commands/default/general.py index a0c7c93a30..f4603d79a2 100644 --- a/evennia/commands/default/general.py +++ b/evennia/commands/default/general.py @@ -85,7 +85,7 @@ class CmdNick(COMMAND_DEFAULT_CLASS): inputline - replace on the inputline (default) object - replace on object-lookup player - replace on player-lookup - delete - remove nick by number of by index given by /list + delete - remove nick by name or by index given by /list clearall - clear all nicks list - show all defined aliases (also "nicks" works) test - test input to see what it matches with