Committer  : isomer
CVSROOT    : /cvsroot/undernet-ircu
Module     : ircu2.10
Branch tags: u2_10_12_branch
Commit time: 2008-09-07 02:10:32 UTC

Modified files:
  Tag: u2_10_12_branch
     ChangeLog ircd/m_kill.c

Log message:

Author: Isomer <[EMAIL PROTECTED]>
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)

---------------------- diff included ----------------------
Index: ircu2.10/ChangeLog
diff -u ircu2.10/ChangeLog:1.710.2.231 ircu2.10/ChangeLog:1.710.2.232
--- ircu2.10/ChangeLog:1.710.2.231      Thu Mar 20 16:58:27 2008
+++ ircu2.10/ChangeLog  Sat Sep  6 19:10:21 2008
@@ -1,3 +1,8 @@
+2008-09-07  Perry Lorier <[EMAIL PROTECTED]>
+       
+       * 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 <[EMAIL PROTECTED]>
 
        * ircd/ircd_string.c (ircd_aton_ip4): Reject strings with more
Index: ircu2.10/ircd/m_kill.c
diff -u ircu2.10/ircd/m_kill.c:1.31 ircu2.10/ircd/m_kill.c:1.31.2.1
--- ircu2.10/ircd/m_kill.c:1.31 Sun Aug 21 06:46:07 2005
+++ ircu2.10/ircd/m_kill.c      Sat Sep  6 19:10:22 2008
@@ -20,7 +20,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * $Id: m_kill.c,v 1.31 2005/08/21 13:46:07 entrope Exp $
+ * $Id: m_kill.c,v 1.31.2.1 2008/09/07 02:10:22 isomer Exp $
  */
 
 /*
@@ -119,7 +119,7 @@
    *       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);
----------------------- End of diff -----------------------
_______________________________________________
Patches mailing list
[email protected]
http://undernet.sbg.org/mailman/listinfo/patches

Reply via email to