Merge pull request #1660 from jesopo/master

Support both ERR_NOSUCHNICK and ERR_NOSUCHCHANNEL for *route_replies NAMES
This commit is contained in:
Alexey Sokolov
2019-05-29 08:27:12 +01:00
committed by GitHub
+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",