mirror of
https://github.com/znc/znc.git
synced 2026-08-09 18:32:55 +02:00
route_replies: rizon: Add 403, 442 expectations
Rizon replies with a 403 if the channel does not exist, and with a 442 if you're not on that channel. Resolves #1421
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