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:
Jos Ahrens
2017-10-01 10:39:09 +00:00
parent 448f020a7a
commit b35e61401e
+2
View File
@@ -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 */