Author: Kev <klmitch@mit.edu>
authorKevin L. Mitchell <klmitch@mit.edu>
Sat, 28 Jul 2001 17:10:09 +0000 (17:10 +0000)
committerKevin L. Mitchell <klmitch@mit.edu>
Sat, 28 Jul 2001 17:10:09 +0000 (17:10 +0000)
Log message:

Another minor typo.  This time, everything's fixed and tested.  Sorry for
the patches@ flood...

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@545 c9e4aea6-c8fd-4c43-8297-357d70d61c8c

ChangeLog
ircd/m_kill.c

index 02ddb2d8909b6c7968f37ca41f0610cc5d0dc037..e25fc068a14748f7d626a0f085225fa5e9913284 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2001-07-28  Kevin L. Mitchell  <klmitch@mit.edu>
 
+       * ircd/m_kill.c (ms_kill): another minor typo *sigh*
+
        * ircd/s_user.c (send_supported): oops, minor typo...
 
        * ircd/s_user.c: implement send_supported() to send two ISUPPORT
index 8df31efaee50776b40f4b0979b9e0b380483dab4..214c3c88faf3015008da9a953933087286e67fc6 100644 (file)
@@ -202,7 +202,7 @@ int ms_kill(struct Client* cptr, struct Client* sptr, int parc, char* parv[])
    */
   if (MyConnect(victim))
     sendcmdto_one(IsServer(sptr) ? &me : sptr, CMD_KILL, victim,
-                 "%C :%s!%s", victim, IsServer(sptr) ? "*.undernet.org" :
+                 "%C :%s%s", victim, IsServer(sptr) ? "*.undernet.org" :
                  cli_name(sptr), comment);
 
   ircd_snprintf(0, buf, sizeof(buf), "Killed (%s%s)", IsServer(sptr) ?