mirror of
https://github.com/evennia/evennia.git
synced 2026-04-02 22:17:17 +02:00
Update general.py
This commit is contained in:
parent
36e16492b6
commit
66801c395b
1 changed files with 1 additions and 1 deletions
|
|
@ -247,7 +247,7 @@ class CmdNick(COMMAND_DEFAULT_CLASS):
|
|||
if strings:
|
||||
caller.msg("\n".join(strings))
|
||||
else:
|
||||
caller.msg(f"No nicks found matching '{self,lhs}'")
|
||||
caller.msg(f"No nicks found matching '{self.lhs}'")
|
||||
return
|
||||
|
||||
if not self.rhs and self.lhs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue