CVSROOT    : /cvsroot/undernet-ircu
Module     : ircu2.10
Branch tags: u2_10_11_05
Commit time: 2003-07-01 13:23:19 UTC

Modified files:
  Tag: u2_10_11_05
     ChangeLog ircd/s_conf.c

Log message:

Author: Isomer <[EMAIL PROTECTED]>
Log message:

... and generate more information for exiting due to kline messages too

---------------------- diff included ----------------------
Index: ircu2.10/ChangeLog
diff -u ircu2.10/ChangeLog:1.290.2.128.2.26 ircu2.10/ChangeLog:1.290.2.128.2.27
--- ircu2.10/ChangeLog:1.290.2.128.2.26 Tue Jul  1 06:07:27 2003
+++ ircu2.10/ChangeLog  Tue Jul  1 06:23:07 2003
@@ -1,4 +1,7 @@
 2003-07-01 Isomer <[EMAIL PROTECTED]>
+       * ircd/s_nick.c: Add [EMAIL PROTECTED] information to client exiting notices
+
+2003-07-01 Isomer <[EMAIL PROTECTED]>
        * ircd/s_user.c: Add realname information to client connect notices
 
 2003-06-29 hikari <[EMAIL PROTECTED]>
Index: ircu2.10/ircd/s_conf.c
diff -u ircu2.10/ircd/s_conf.c:1.44.2.4.4.2 ircu2.10/ircd/s_conf.c:1.44.2.4.4.3
--- ircu2.10/ircd/s_conf.c:1.44.2.4.4.2 Thu May  1 09:09:48 2003
+++ ircu2.10/ircd/s_conf.c      Tue Jul  1 06:23:08 2003
@@ -17,7 +17,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * $Id: s_conf.c,v 1.44.2.4.4.2 2003/05/01 16:09:48 shad0w Exp $
+ * $Id: s_conf.c,v 1.44.2.4.4.3 2003/07/01 13:23:08 isomer Exp $
  */
 #include "config.h"
 
@@ -1397,7 +1397,7 @@
                              found_g == -2 ? "G-line active for %s%s" :
                              "K-line active for %s%s",
                              IsUnknown(acptr) ? "Unregistered Client ":"",            
         
-                             get_client_name(acptr, HIDE_IP));
+                             get_client_name(acptr, SHOW_IP));
         if (exit_client(cptr, acptr, &me, found_g == -2 ? "G-lined" :
             "K-lined") == CPTR_KILLED)
           ret = CPTR_KILLED;
----------------------- End of diff -----------------------

Reply via email to