again, ERR_NOSUCHUSER -> ERR_NOSUCHNICK
This commit is contained in:
parent
94e83c6e8c
commit
544d5de023
1 changed files with 1 additions and 1 deletions
|
@ -460,7 +460,7 @@ class Server(IServer):
|
|||
RPL_WHOISSECURE,
|
||||
RPL_ENDOFWHOIS
|
||||
], params))
|
||||
if line.command == ERR_NOSUCHUSER:
|
||||
if line.command == ERR_NOSUCHNICK:
|
||||
return None
|
||||
elif line.command == RPL_WHOISUSER:
|
||||
nick, user, host, _, real = line.params[1:]
|
||||
|
|
Loading…
Reference in a new issue