Add 335 to WHOIS responses
This is used by InspIRCd to indicate if a user is a bot (if it set user mode +B).
This commit is contained in:
parent
422fe6cd29
commit
75b0c02227
1
handle.c
1
handle.c
@ -1275,6 +1275,7 @@ static const struct Handler {
|
||||
{ "330", +ReplyWhois, handleReplyWhoisGeneric },
|
||||
{ "331", -ReplyTopic, handleReplyNoTopic },
|
||||
{ "332", 0, handleReplyTopic },
|
||||
{ "335", +ReplyWhois, handleReplyWhoisGeneric },
|
||||
{ "341", 0, handleReplyInviting },
|
||||
{ "346", +ReplyInvex, handleReplyInviteList },
|
||||
{ "347", -ReplyInvex, NULL },
|
||||
|
Loading…
x
Reference in New Issue
Block a user