From 72c9513f6ea2a0bb1da86ed8243af08d1fac487a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mantas=20Mikul=C4=97nas?= Date: Sun, 28 Apr 2013 03:09:42 +0300 Subject: [PATCH] route_replies: Add some WHOIS numerics Charybdis can return all these. --- modules/route_replies.cpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/modules/route_replies.cpp b/modules/route_replies.cpp index ae26a54d..a71d95a4 100644 --- a/modules/route_replies.cpp +++ b/modules/route_replies.cpp @@ -59,9 +59,13 @@ static const struct { {"313", false}, /* rfc1459 RPL_WHOISOPERATOR */ {"317", false}, /* rfc1459 RPL_WHOISIDLE */ {"319", false}, /* rfc1459 RPL_WHOISCHANNELS */ - // " :actually using host" - {"338", false}, {"301", false}, /* rfc1459 RPL_AWAY */ + {"276", false}, /* oftc-hybrid RPL_WHOISCERTFP */ + {"330", false}, /* ratbox RPL_WHOISLOGGEDIN + aka ircu RPL_WHOISACCOUNT */ + {"338", false}, /* RPL_WHOISACTUALLY -- "actually using host" */ + {"378", false}, /* RPL_WHOISHOST -- real address of vhosts */ + {"671", false}, /* RPL_WHOISSECURE */ {"318", true}, /* rfc1459 RPL_ENDOFWHOIS */ {"401", true}, /* rfc1459 ERR_NOSUCHNICK */ {"402", true}, /* rfc1459 ERR_NOSUCHSERVER */