X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/930629c5f23f59b43566aee2e75bddee6e53ff20..afd4834b500ef6f53c3f70f44c73637e26dc94c1:/src/messages.tab?ds=sidebyside diff --git a/src/messages.tab b/src/messages.tab index 2345a5b..2ce9399 100644 --- a/src/messages.tab +++ b/src/messages.tab @@ -400,7 +400,7 @@ static const char * replies[] = { /* 376 RPL_ENDOFMOTD, */ ":%s 376 %s :End of /MOTD command.", /* 377 */ NULL, /* 378 RPL_WHOISHOST, */ "%s :is connecting from *@%s %s", -/* 379 */ NULL, +/* 379 RPL_WHOISMODES */ "%s :%s", /* 380 */ NULL, /* 381 RPL_YOUREOPER, */ ":%s 381 %s :You're a IRC operator! Did you know that? This message is FACTUAL.", /* 382 RPL_REHASHING, */ ":%s 382 %s %s :Rehashing", @@ -470,7 +470,7 @@ static const char * replies[] = { /* 446 ERR_USERSDISABLED, */ NULL, /* 447 ERR_NOINVITE */ ":Can't send invite to %s (+V set)", /* 448 */ NULL, -/* 449 */ NULL, +/* 449 ERR_NONICK */ "%s :Cannot change nickname while on channel (+N set)", /* 450 */ NULL, /* 451 ERR_NOTREGISTERED, */ ":%s 451 * :You have not registered", /* 452 */ NULL, @@ -540,7 +540,7 @@ static const char * replies[] = { /* 516 */ NULL, /* 517 ERR_DISABLED */ "%s :This command has been administratively disabled", /* 518 */ NULL, -/* 519 */ NULL, +/* 519 ERR_NOKICK */ "%s :You cannot kick users in this channel because +E is set", /* 520 */ NULL, /* 521 */ NULL, /* 522 */ NULL,