From d1e4550663975e15b406a52b3a0334130092dfd9 Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Wed, 4 Jul 2012 15:06:32 +0100 Subject: [PATCH] route_replies: MAP can result in ERR_NOPRIVILEGES, WHOWAS can contain ERR_WASNOSUCHNICK --- modules/route_replies.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/route_replies.cpp b/modules/route_replies.cpp index 7b104045..f9ae7538 100644 --- a/modules/route_replies.cpp +++ b/modules/route_replies.cpp @@ -78,6 +78,7 @@ static const struct { {NULL, true} }}, {"WHOWAS", { + {"406", false}, /* rfc1459 ERR_WASNOSUCHNICK */ {"312", false}, {"314", false}, {"369", true}, @@ -100,6 +101,7 @@ static const struct { {"015", false}, {"017", true}, {"007", true}, + {"481", true}, /* rfc1459 ERR_NOPRIVILEGES */ {NULL, true} }}, {"TRACE", {