route_replies: add 337 to whois

solanum uses 337 to report when a user's idle time is hidden by umode +I. libera.chat has enabled this mode making the replies available to users today.
This commit is contained in:
Eric Mertens
2023-09-28 11:43:01 -07:00
committed by GitHub
parent 458063a860
commit b5edca59eb

View File

@@ -70,6 +70,7 @@ static const struct {
{"276", false}, /* oftc-hybrid RPL_WHOISCERTFP */
{"330", false}, /* ratbox RPL_WHOISLOGGEDIN
aka ircu RPL_WHOISACCOUNT */
{"337", false}, /* solanum RPL_WHOISTEXT -- "is hiding their idle time" */
{"338", false}, /* ircu RPL_WHOISACTUALLY -- "actually using host" */
{"378", false}, /* RPL_WHOISHOST -- real address of vhosts */
{"671", false}, /* RPL_WHOISSECURE */