Fix SF#1701361 by taking one of weibe's suggestion actions (adding %s to ERR_DONTCHEAT).
authorMichael Poole <mdpoole@troilus.org>
Sun, 20 May 2007 14:01:07 +0000 (14:01 +0000)
committerMichael Poole <mdpoole@troilus.org>
Sun, 20 May 2007 14:01:07 +0000 (14:01 +0000)
git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/branches/u2_10_12_branch@1808 c9e4aea6-c8fd-4c43-8297-357d70d61c8c

ChangeLog
ircd/s_err.c

index 09741f56a76795ef402e617d10b68ffad60a5f86..4026a69dc0bb52c204748e485189ac5cfb50cb52 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-05-20  Michael Poole <mdpoole@troilus.org>
+
+       * ircd/s_err.c (ERR_DONTCHEAT): Add apparently missing %s.
+       
 2007-05-20  Michael Poole <mdpoole@troilus.org>
 
        * ircd/m_connect.c (mo_connect): Return an error to a locop who
index cbe6b8d695bb803128ca08b8173cf432f2a81f34..a7c0236fe0bc404237d551a07d1e9e0ae94deee9 100644 (file)
@@ -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 */