mirror of
https://github.com/znc/znc.git
synced 2026-07-04 00:41:38 +02:00
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
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user