mirror of
https://github.com/znc/znc.git
synced 2026-08-08 18:03:22 +02:00
Update route_replies.cpp
This commit is contained in:
@@ -25,7 +25,7 @@ struct reply {
|
||||
// TODO this list is far from complete, no errors are handled
|
||||
static const struct {
|
||||
const char* szRequest;
|
||||
struct reply vReplies[20];
|
||||
struct reply vReplies[21];
|
||||
} vRouteReplies[] = {
|
||||
{"WHO",
|
||||
{{"402", true}, /* rfc1459 ERR_NOSUCHSERVER */
|
||||
|
||||
Reference in New Issue
Block a user