X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ircd%2Fs_err.c;h=dc45c2eab768055e98103d27eca55ab7f2986896;hb=refs%2Fheads%2Fupstream-ssl;hp=ed2e509762431405f22d2573e660a5f1429f2626;hpb=28bdf0b003cb7dae13a4e9d0f3cdb15f6244782c;p=ircu2.10.12-pk.git diff --git a/ircd/s_err.c b/ircd/s_err.c index ed2e509..dc45c2e 100644 --- a/ircd/s_err.c +++ b/ircd/s_err.c @@ -462,7 +462,7 @@ static Numeric replyTable[] = { /* 214 */ { 0 }, /* 215 */ - { RPL_STATSILINE, "I %s %d %s%s %d %s", "215" }, + { RPL_STATSILINE, "I %s%s%s %d %s%s %d %s", "215" }, /* 216 */ { RPL_STATSKLINE, "%c %s@%s \"%s\" \"%s\" 0 0", "216" }, /* 217 */ @@ -526,7 +526,7 @@ static Numeric replyTable[] = { /* 246 */ { RPL_STATSTLINE, "%c %s %s", "246" }, /* 247 */ - { RPL_STATSGLINE, "%c %s%s%s %Tu :%s", "247" }, + { RPL_STATSGLINE, "%c %s%s%s %Tu %Tu %Tu %s%c :%s", "247" }, /* 248 */ { RPL_STATSULINE, "U %s", "248" }, /* 249 */ @@ -592,7 +592,7 @@ static Numeric replyTable[] = { /* 279 */ { 0 }, /* 280 */ - { RPL_GLIST, "%s%s%s %Tu %s %c :%s", "280" }, + { RPL_GLIST, "%s%s%s %Tu %Tu %Tu %s %s%c :%s", "280" }, /* 281 */ { RPL_ENDOFGLIST, ":End of G-line List", "281" }, /* 282 */ @@ -866,7 +866,7 @@ static Numeric replyTable[] = { /* 416 */ { ERR_QUERYTOOLONG, "%s :Too many lines in the output, restrict your query", "416" }, /* 417 */ - { 0 }, + { ERR_INPUTTOOLONG, ":Input line was too long", "417" }, /* 418 */ { 0 }, /* 419 */ @@ -986,7 +986,7 @@ static Numeric replyTable[] = { /* 476 */ { ERR_BADCHANMASK, "%s :Bad Channel Mask", "476" }, /* 477 */ - { ERR_NEEDREGGEDNICK, "%s :Cannot join channel (+r)", "477" }, + { ERR_NEEDREGGEDNICK, "%s :Cannot join channel (+r): this channel requires authentication -- you can obtain an account from %s", "477" }, /* 478 */ { ERR_BANLISTFULL, "%s %s :Channel ban/ignore list is full", "478" }, /* 479 */ @@ -1064,11 +1064,11 @@ static Numeric replyTable[] = { /* 515 */ { ERR_BADEXPIRE, "%Tu :Bad expire time", "515" }, /* 516 */ - { ERR_DONTCHEAT, " :Don't Cheat.", "516" }, + { ERR_DONTCHEAT, "%s :Don't Cheat.", "516" }, /* 517 */ { ERR_DISABLED, "%s :Command disabled.", "517" }, /* 518 */ - { ERR_LONGMASK, " :Mask is too long", "518" }, + { ERR_LONGMASK, ":Mask is too long", "518" }, /* 519 */ { ERR_TOOMANYUSERS, "%d :Too many users affected by mask", "519" }, /* 520 */ @@ -1082,7 +1082,7 @@ static Numeric replyTable[] = { /* 524 */ { ERR_QUARANTINED, "%s :Channel is quarantined : %s", "524" }, /* 525 */ - { 0 }, + { ERR_INVALIDKEY, "%s :Key is not well-formed", "525" }, /* 526 */ { 0 }, /* 527 */ @@ -1158,13 +1158,13 @@ static Numeric replyTable[] = { /* 562 */ { ERR_CHANSECURED, "%s :Channel is older than 48 hours and secured. Cannot change Admin pass anymore", "562" }, /* 563 */ - { ERR_UPASSSET, "%s :Cannot remove Admin pass (+A) while User pass (+U) is still set. First use /MODE %s -U ", "563" }, + { ERR_UPASSSET, "%s :Cannot remove Admin pass (+A) while User pass (+U) is still set. First use /MODE %s -U ", "563" }, /* 564 */ - { ERR_UPASSNOTSET, "%s :Cannot set user pass (+U) until Admin pass (+A) is set. First use /MODE %s +A ", "564" }, + { ERR_UPASSNOTSET, "%s :Cannot set user pass (+U) until Admin pass (+A) is set. First use /MODE %s +A ", "564" }, /* 565 */ { 0 }, /* 566 */ - { ERR_NOMANAGER, "%s :Re-create the channel. The channel must be completely empty before it can be recreated.", "566" }, + { ERR_NOMANAGER, "%s :Re-create the channel. The channel must be completely empty for a period of %s before it can be recreated.", "566" }, /* 567 */ { ERR_UPASS_SAME_APASS, "%s :Cannot use the same pass for both admin (+A) and user (+U) pass.", "567" }, /* 568 */