Handle RPL_WHOISSPECIAL
<https://modern.ircdocs.horse/index.html#rplwhoisspecial-320>weechat-hashes
parent
4363d4b535
commit
d06ac675c6
1
handle.c
1
handle.c
|
@ -1321,6 +1321,7 @@ static const struct Handler {
|
||||||
{ "317", +ReplyWhois, handleReplyWhoisIdle },
|
{ "317", +ReplyWhois, handleReplyWhoisIdle },
|
||||||
{ "318", -ReplyWhois, handleReplyEndOfWhois },
|
{ "318", -ReplyWhois, handleReplyEndOfWhois },
|
||||||
{ "319", +ReplyWhois, handleReplyWhoisChannels },
|
{ "319", +ReplyWhois, handleReplyWhoisChannels },
|
||||||
|
{ "320", +ReplyWhois, handleReplyWhoisGeneric },
|
||||||
{ "322", +ReplyList, handleReplyList },
|
{ "322", +ReplyList, handleReplyList },
|
||||||
{ "323", -ReplyList, NULL },
|
{ "323", -ReplyList, NULL },
|
||||||
{ "324", -ReplyMode, handleReplyChannelModeIs },
|
{ "324", -ReplyMode, handleReplyChannelModeIs },
|
||||||
|
|
Loading…
Reference in New Issue