mirror of
https://github.com/znc/znc.git
synced 2026-05-01 02:52:30 +02:00
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:
committed by
Kyle Fuller
parent
7cdf42d571
commit
e5facdf557
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user