From 3885dd52316283e4fc55a76898eb718990673d7a Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sun, 16 Feb 2020 18:42:38 -0500 Subject: Add 379 to WHOIS responses --- handle.c | 1 + 1 file changed, 1 insertion(+) (limited to 'handle.c') diff --git a/handle.c b/handle.c index 6de7fd0..629b138 100644 --- a/handle.c +++ b/handle.c @@ -730,6 +730,7 @@ static const struct Handler { { "366", handleReplyEndOfNames }, { "372", handleReplyMOTD }, { "378", handleReplyWhoisGeneric }, + { "379", handleReplyWhoisGeneric }, { "432", handleErrorErroneousNickname }, { "433", handleErrorNicknameInUse }, { "671", handleReplyWhoisGeneric }, -- cgit 1.4.1