Update general.py

This commit is contained in:
InspectorCaracal 2022-11-28 20:18:41 -07:00 committed by GitHub
parent 3d5b19033e
commit 6f5600a4bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: