mirror of
https://github.com/znc/znc.git
synced 2026-08-07 01:13:25 +02:00
route_replies: MAP can result in ERR_NOPRIVILEGES, WHOWAS can contain ERR_WASNOSUCHNICK
This commit is contained in:
@@ -78,6 +78,7 @@ static const struct {
|
||||
{NULL, true}
|
||||
}},
|
||||
{"WHOWAS", {
|
||||
{"406", false}, /* rfc1459 ERR_WASNOSUCHNICK */
|
||||
{"312", false},
|
||||
{"314", false},
|
||||
{"369", true},
|
||||
@@ -100,6 +101,7 @@ static const struct {
|
||||
{"015", false},
|
||||
{"017", true},
|
||||
{"007", true},
|
||||
{"481", true}, /* rfc1459 ERR_NOPRIVILEGES */
|
||||
{NULL, true}
|
||||
}},
|
||||
{"TRACE", {
|
||||
|
||||
Reference in New Issue
Block a user