Merge pull request #3004 from InspectorCaracal/InspectorCaracal-patch-1

Fix typo in nick command
This commit is contained in:
Griatch 2022-11-29 09:00:59 +01:00 committed by GitHub
commit a31804665c

View file

@ -248,7 +248,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: