From e5facdf55728de6f41ce4ac55d89f82d6d1d8dae Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Sat, 5 Nov 2011 12:17:31 +0100 Subject: [PATCH] route_replies: Handle raw 482 lahwran reported the following message from *route_replies and also figured out which message we failed to handle, thanks! <*route_replies> This module hit a timeout which is possibly a bug. <*route_replies> To disable this message, do "/msg *route_replies silent yes" <*route_replies> Last request: MODE #somesecretchannel I Signed-off-by: Uli Schlachter --- modules/route_replies.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/route_replies.cpp b/modules/route_replies.cpp index 0b3fd40fb7..05f1818100 100644 --- a/modules/route_replies.cpp +++ b/modules/route_replies.cpp @@ -117,6 +117,8 @@ static const struct { // Since there should never be more than one of these going on, this // should work fine and makes the code simpler. {"MODE", { + // "You're not a channel operator" + {"482", true}, // MODE I {"346", false}, {"347", true},