Merge pull request #1443 from Zarthus/fix/1421-route-replies-rizon

route_replies: rizon: [MODE] Add 403, 442 expectations
This commit is contained in:
Alexey Sokolov
2018-05-05 22:14:17 +01:00
committed by GitHub

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 */