From d06ac675c6d70482a4e2c76f32068c3e8774569c Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Wed, 10 Nov 2021 20:31:27 -0500 Subject: Handle RPL_WHOISSPECIAL --- handle.c | 1 + 1 file changed, 1 insertion(+) diff --git a/handle.c b/handle.c index 61b645d..38fd132 100644 --- a/handle.c +++ b/handle.c @@ -1321,6 +1321,7 @@ static const struct Handler { { "317", +ReplyWhois, handleReplyWhoisIdle }, { "318", -ReplyWhois, handleReplyEndOfWhois }, { "319", +ReplyWhois, handleReplyWhoisChannels }, + { "320", +ReplyWhois, handleReplyWhoisGeneric }, { "322", +ReplyList, handleReplyList }, { "323", -ReplyList, NULL }, { "324", -ReplyMode, handleReplyChannelModeIs }, -- cgit 1.4.1