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 <psychon@znc.in>
This commit is contained in:
Uli Schlachter
2011-11-05 12:17:31 +01:00
committed by Kyle Fuller
parent 7cdf42d571
commit e5facdf557

View File

@@ -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},