mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Merge pull request #1443 from Zarthus/fix/1421-route-replies-rizon
route_replies: rizon: [MODE] Add 403, 442 expectations
This commit is contained in:
@@ -171,6 +171,8 @@ static const struct {
|
||||
// MODE e
|
||||
{"348", false},
|
||||
{"349", true},
|
||||
{"403", true}, /* rfc1459 ERR_NOSUCHCHANNEL */
|
||||
{"442", true}, /* rfc1459 ERR_NOTONCHANNEL */
|
||||
{"467", true}, /* rfc1459 ERR_KEYSET */
|
||||
{"472", true}, /* rfc1459 ERR_UNKNOWNMODE */
|
||||
{"501", true}, /* rfc1459 ERR_UMODEUNKNOWNFLAG */
|
||||
|
||||
Reference in New Issue
Block a user