From b2c3c0707a5bc801d052f4aa856188bb526f3164 Mon Sep 17 00:00:00 2001 From: psychon Date: Thu, 26 Aug 2010 19:01:39 +0000 Subject: [PATCH] route_replies: Add 354 as a /who reply Apparently, standard /who isn't enough. To add some extra bling-bling "THE NEW /WHO COMMAND" was invented. But the cake is a lie! See http://ircu.sourceforge.net/release.2.10.01-who.html Thanks to Wizeon for reporting this and Nirjen and Pyker for debugging. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2112 726aef4b-f618-498e-8847-2d620e286838 --- modules/route_replies.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/route_replies.cpp b/modules/route_replies.cpp index b6849bd9..2e8c4234 100644 --- a/modules/route_replies.cpp +++ b/modules/route_replies.cpp @@ -22,6 +22,7 @@ static const struct { } vRouteReplies[] = { {"WHO", { {"352", false}, + {"354", false}, // e.g. Quaknet uses this for WHO #chan %n {"403", true}, // No such chan {"315", true}, {NULL, true}