mirror of
https://github.com/evennia/evennia.git
synced 2026-03-24 00:36:30 +01:00
Update general.py
This commit is contained in:
parent
3d5b19033e
commit
6f5600a4bc
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