ERR_NOSUCHUSER -> ERR_NOSUCHNICK
This commit is contained in:
parent
873de48fc7
commit
2245ba23a2
1 changed files with 1 additions and 1 deletions
|
@ -449,7 +449,7 @@ class Server(IServer):
|
|||
obj = Whois()
|
||||
while True:
|
||||
line = await self.wait_for(Responses([
|
||||
ERR_NOSUCHUSER,
|
||||
ERR_NOSUCHNICK,
|
||||
RPL_WHOISUSER,
|
||||
RPL_WHOISSERVER,
|
||||
RPL_WHOISOPERATOR,
|
||||
|
|
Loading…
Reference in a new issue