Add 378 to list of WHOIS responses
It's the one (from freenode anyway) that tells you where you're connecting from.master
parent
1e544ce482
commit
05579773c8
1
handle.c
1
handle.c
|
@ -683,6 +683,7 @@ static const struct Handler {
|
|||
{ "353", handleReplyNames },
|
||||
{ "366", handleReplyEndOfNames },
|
||||
{ "372", handleReplyMOTD },
|
||||
{ "378", handleReplyWhoisGeneric },
|
||||
{ "432", handleErrorErroneousNickname },
|
||||
{ "433", handleErrorNicknameInUse },
|
||||
{ "671", handleReplyWhoisGeneric },
|
||||
|
|
Loading…
Reference in New Issue