From 05579773c83d876a82416546273766ded72507a4 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Wed, 12 Feb 2020 19:14:00 -0500 Subject: Add 378 to list of WHOIS responses It's the one (from freenode anyway) that tells you where you're connecting from. --- handle.c | 1 + 1 file changed, 1 insertion(+) diff --git a/handle.c b/handle.c index 260d43c..69a2e46 100644 --- a/handle.c +++ b/handle.c @@ -683,6 +683,7 @@ static const struct Handler { { "353", handleReplyNames }, { "366", handleReplyEndOfNames }, { "372", handleReplyMOTD }, + { "378", handleReplyWhoisGeneric }, { "432", handleErrorErroneousNickname }, { "433", handleErrorNicknameInUse }, { "671", handleReplyWhoisGeneric }, -- cgit 1.4.1