X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/ea4041ece9ba9869c20f9a37aa2d89aa5e1dd11b..07db71cda082d1d7db7bec491bb60aee5f1e2879:/src/messages.tab diff --git a/src/messages.tab b/src/messages.tab index 2ce9399..b23ffa8 100644 --- a/src/messages.tab +++ b/src/messages.tab @@ -24,7 +24,7 @@ static const char * replies[] = { /* 001 RPL_WELCOME, */ ":Welcome to the %s Internet Relay Chat Network %s", /* 002 RPL_YOURHOST,*/ ":Your host is %s, running version %s", /* 003 RPL_CREATED, */ ":This server was created %s", -/* 004 RPL_MYINFO, */ "%s %s %s %s bkloveqjfI", +/* 004 RPL_MYINFO, */ "%s %s %s %s %s", /* 005 RPL_ISUPPORT, */ "%s :are supported by this server", /* 006 */ NULL, /* 007 */ NULL, @@ -346,12 +346,12 @@ static const char * replies[] = { /* 322 RPL_LIST, */ ":%s 322 %s %s %d :%s", /* 323 RPL_LISTEND, */ ":%s 323 %s :End of /LIST", /* 324 RPL_CHANNELMODEIS, */ ":%s 324 %s %s %s", -/* 325 */ NULL, +/* 325 RPL_CHANNELMLOCKIS, */ ":%s 325 %s %s %s :is the current channel mode-lock", /* 326 */ NULL, /* 327 */ NULL, /* 328 RPL_CHANNELURL */ NULL, /* 329 RPL_CREATIONTIME, */ ":%s 329 %s %s %lu", -/* 330 RPL_WHOISLOGGEDIN */ ":%s 330 %s %s %s :is logged in as", +/* 330 RPL_WHOISLOGGEDIN */ "%s %s :is logged in as", /* 331 RPL_NOTOPIC, */ ":%s 331 %s %s :No topic is set.", /* 332 RPL_TOPIC, */ ":%s 332 %s %s :%s", /* 333 RPL_TOPICWHOTIME, */ ":%s 333 %s %s %s %lu", @@ -400,9 +400,9 @@ 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 RPL_WHOISMODES */ "%s :%s", +/* 379 RPL_WHOISMODES */ "%s :is using modes %s", /* 380 */ NULL, -/* 381 RPL_YOUREOPER, */ ":%s 381 %s :You're a IRC operator! Did you know that? This message is FACTUAL.", +/* 381 RPL_YOUREOPER, */ ":%s 381 %s :Only the jilles can fix your machine god.", /* 382 RPL_REHASHING, */ ":%s 382 %s %s :Rehashing", /* 383 */ NULL, /* 384 RPL_MYPORTIS, */ NULL, @@ -515,8 +515,8 @@ static const char * replies[] = { /* 491 ERR_NOOPERHOST, */ ":No appropriate operator blocks were found for your host", /* 492 ERR_NOCTCP */ ":Can't send CTCP to %s (+C set)", /* 493 */ NULL, -/* 494 */ NULL, -/* 495 */ NULL, +/* 494 ERR_OWNMODE, */ "%s :cannot answer you while you are %s, your message was not sent", +/* 495 ERR_KICKNOREJOIN */ ":%s 495 %s %s :Cannot rejoin channel so soon after being kicked (+J set)", /* 496 */ NULL, /* 497 */ NULL, /* 498 */ NULL, @@ -749,21 +749,21 @@ static const char * replies[] = { /* 725 RPL_TESTLINE */ ":%s 725 %s %c %ld %s :%s", /* 726 RPL_NOTESTLINE */ ":%s 726 %s %s :No matches", /* 727 RPL_TESTMASKGECOS */ ":%s 727 %s %d %d %s!%s@%s %s :Local/remote clients match", -/* 728 */ NULL, -/* 729 */ NULL, +/* 728 RPL_QUIETLIST */ ":%s 728 %s %s q %s %s %lu", +/* 729 RPL_ENDOFQUIETLIST */ ":%s 729 %s %s q :End of Channel Quiet List", /* 730 RPL_MONONLINE */ ":%s 730 %s :%s", /* 731 RPL_MONOFFLINE */ ":%s 731 %s :%s", /* 732 RPL_MONLIST */ ":%s 732 %s :%s", /* 733 RPL_ENDOFMONLIST */ ":%s 733 %s :End of MONITOR list", /* 734 ERR_MONLISTFULL */ ":%s 734 %s %d %s :Monitor list is full", -/* 735 */ NULL, +/* 735 */ NULL, /* 736 */ NULL, -/* 737 */ NULL, +/* 737 ERR_NOCOMMONCHAN*/ "%s :is in +G mode (server-side ignore) and you do not share a common channel with them.", /* 738 */ NULL, /* 739 */ NULL, -/* 740 */ ":%s 740 %s :%s", -/* 741 */ ":%s 741 %s :End of CHALLENGE", -/* 742 */ NULL, +/* 740 RPL_RSACHALLENGE2*/ ":%s 740 %s :%s", +/* 741 RPL_ENDOFRSACHALLENGE2*/ ":%s 741 %s :End of CHALLENGE", +/* 742 ERR_MLOCKRESTRICTED */ "%s %c %s :MODE cannot be set due to channel having an active MLOCK restriction policy", /* 743 */ NULL, /* 744 */ NULL, /* 745 */ NULL,