From cf2af84c6706e040f6868885671c4a74733ccc7d Mon Sep 17 00:00:00 2001 From: psychon Date: Wed, 2 Sep 2009 17:22:34 +0000 Subject: [PATCH] route_replies: Handle 401 for /names Thanks to Kuja for reporting that route_replies doesn't handle the "no such nick/channel" numeric. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1614 726aef4b-f618-498e-8847-2d620e286838 --- modules/route_replies.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/route_replies.cpp b/modules/route_replies.cpp index 68bbc2bf..1a513558 100644 --- a/modules/route_replies.cpp +++ b/modules/route_replies.cpp @@ -34,6 +34,8 @@ static const struct { {"NAMES", { {"353", false}, {"366", true}, + // No such nick/channel + {"401", true}, {NULL, true}, }}, {"LUSERS", {