mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 07:27:17 +02:00
Add clarification to nick command docstring.
This commit is contained in:
parent
6e3fa4aea2
commit
2d02c06a11
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue