Merge pull request #3004 from InspectorCaracal/InspectorCaracal-patch-1
Fix typo in nick command
This commit is contained in:
commit
a31804665c
1 changed files with 1 additions and 1 deletions
|
|
@ -248,7 +248,7 @@ class CmdNick(COMMAND_DEFAULT_CLASS):
|
||||||
if strings:
|
if strings:
|
||||||
caller.msg("\n".join(strings))
|
caller.msg("\n".join(strings))
|
||||||
else:
|
else:
|
||||||
caller.msg(f"No nicks found matching '{self,lhs}'")
|
caller.msg(f"No nicks found matching '{self.lhs}'")
|
||||||
return
|
return
|
||||||
|
|
||||||
if not self.rhs and self.lhs:
|
if not self.rhs and self.lhs:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue