Skip to content

Commit

Permalink
route_replies: Handle raw 482
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
psychon authored and kylef committed Nov 8, 2011
1 parent 7cdf42d commit e5facdf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/route_replies.cpp
Expand Up @@ -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},
Expand Down

0 comments on commit e5facdf

Please sign in to comment.