From: Kevin L. Mitchell Date: Sat, 28 Jul 2001 17:10:09 +0000 (+0000) Subject: Author: Kev X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=commitdiff_plain;h=825c2caeaa61efc28c26b1a301821772251f4863 Author: Kev 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 --- diff --git a/ChangeLog b/ChangeLog index 02ddb2d..e25fc06 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2001-07-28 Kevin L. Mitchell + * 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 diff --git a/ircd/m_kill.c b/ircd/m_kill.c index 8df31ef..214c3c8 100644 --- a/ircd/m_kill.c +++ b/ircd/m_kill.c @@ -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) ?