Support both ERR_NOSUCHNICK and ERR_NOSUCHCHANNEL for *route_replies NAMES

This commit is contained in:
jesopo
2019-05-22 10:12:10 +01:00
parent d7c5eecfe5
commit efa7543dfa
+2 -2
View File
@@ -44,8 +44,8 @@ static const struct {
{
{"353", false}, /* rfc1459 RPL_NAMREPLY */
{"366", true}, /* rfc1459 RPL_ENDOFNAMES */
// No such nick/channel
{"401", true},
{"401", true}, /* rfc1459 ERR_NOSUCHNICK */
{"403", true}, /* rfc1459 ERR_NOSUCHCHANNEL */
{nullptr, true},
}},
{"LUSERS",