Update general.py

This commit is contained in:
InspectorCaracal 2022-11-28 20:18:41 -07:00 committed by GitHub
parent 36e16492b6
commit 66801c395b

View file

@ -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: