Author: Isomer <isomer@undernet.org>
authorPerry Lorier <isomer@undernet.org>
Sun, 7 Sep 2008 02:10:22 +0000 (02:10 +0000)
committerPerry Lorier <isomer@undernet.org>
Sun, 7 Sep 2008 02:10:22 +0000 (02:10 +0000)
Log message:

Remove the . at the end of the nick in kill messages to make it easier to cut
and paste nicks.  (Suggested by pryz)

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

ChangeLog
ircd/m_kill.c

index 8f1e198db526824cc422e6c7e3262b7dfc052da5..44dc44fb59c926f32ed09f78c6e27f005c876b8d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-09-07  Perry Lorier <isomer@undernet.org>
+       
+       * ircd/m_kill.c: Remove the . from the end of the nickname in kill
+       messages to make cut and pasting easier.
+
 2008-03-20  Michael Poole <mdpoole@troilus.org>
 
        * ircd/ircd_string.c (ircd_aton_ip4): Reject strings with more
index 9c4f0e02673e5d09d02909cf4807386f1428c9a4..b038bc884d496e770eec2c25badfadc3e967a2ea 100644 (file)
@@ -119,7 +119,7 @@ static int do_kill(struct Client* cptr, struct Client* sptr,
    *       have changed the target because of the nickname change.
    */
   sendto_opmask_butone(0, IsServer(sptr) ? SNO_SERVKILL : SNO_OPERKILL,
-                       "Received KILL message for %s. From %s Path: %s!%s %s",
+                       "Received KILL message for %s from %s Path: %s!%s %s",
                        get_client_name(victim, SHOW_IP), cli_name(sptr),
                        inpath, path, msg);
   log_write_kill(victim, sptr, inpath, path, msg);