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
This commit is contained in:
psychon
2009-09-02 17:22:34 +00:00
parent 64b0e392fe
commit cf2af84c67
+2
View File
@@ -34,6 +34,8 @@ static const struct {
{"NAMES", {
{"353", false},
{"366", true},
// No such nick/channel
{"401", true},
{NULL, true},
}},
{"LUSERS", {