From: Michael Poole Date: Sun, 20 May 2007 14:01:07 +0000 (+0000) Subject: Fix SF#1701361 by taking one of weibe's suggestion actions (adding %s to ERR_DONTCHEAT). X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=commitdiff_plain;h=ad3d71c7d33c404864b1aaf39986c6bf5834985b Fix SF#1701361 by taking one of weibe's suggestion actions (adding %s to ERR_DONTCHEAT). git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/branches/u2_10_12_branch@1808 c9e4aea6-c8fd-4c43-8297-357d70d61c8c --- diff --git a/ChangeLog b/ChangeLog index 09741f5..4026a69 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-05-20 Michael Poole + + * ircd/s_err.c (ERR_DONTCHEAT): Add apparently missing %s. + 2007-05-20 Michael Poole * ircd/m_connect.c (mo_connect): Return an error to a locop who diff --git a/ircd/s_err.c b/ircd/s_err.c index cbe6b8d..a7c0236 100644 --- a/ircd/s_err.c +++ b/ircd/s_err.c @@ -1064,7 +1064,7 @@ 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 */