From b5edca59eb1fbc5c59d91262928044b0f43a2149 Mon Sep 17 00:00:00 2001 From: Eric Mertens Date: Thu, 28 Sep 2023 11:43:01 -0700 Subject: [PATCH] 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. --- modules/route_replies.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/route_replies.cpp b/modules/route_replies.cpp index a183577f..583b4f33 100644 --- a/modules/route_replies.cpp +++ b/modules/route_replies.cpp @@ -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 */