From 6d4cafbbd33fa80bc7c299478c3a6d066a1553d4 Mon Sep 17 00:00:00 2001 From: "berkeviktor@aol.com" Date: Tue, 10 Aug 2010 17:19:27 +0200 Subject: [PATCH] disable identd by default --- xchat-wdk.patch | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/xchat-wdk.patch b/xchat-wdk.patch index f9dc1ad0..7620a07b 100644 --- a/xchat-wdk.patch +++ b/xchat-wdk.patch @@ -87,7 +87,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/plugins/tcl/tclplugin.c xchat-wdk/p FreeLibrary(lib); diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/cfgfiles.c xchat-wdk/src/common/cfgfiles.c --- xchat-wdk.orig/src/common/cfgfiles.c 2010-08-07 09:14:45 +0200 -+++ xchat-wdk/src/common/cfgfiles.c 2010-08-10 16:29:30 +0200 ++++ xchat-wdk/src/common/cfgfiles.c 2010-08-10 17:18:52 +0200 @@ -17,7 +17,6 @@ */ @@ -125,7 +125,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/cfgfiles.c xchat-wdk/src } return xdir_fs; } -@@ -677,7 +684,10 @@ +@@ -677,11 +684,14 @@ prefs.mainwindow_save = 1; prefs.bantype = 2; prefs.input_balloon_time = 20; @@ -136,6 +136,11 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/cfgfiles.c xchat-wdk/src prefs.input_tray_priv = prefs.input_tray_hilight = 1; prefs.autodccsend = 2; /* browse mode */ #ifdef WIN32 +- prefs.identd = 1; ++ prefs.identd = 0; + #endif + strcpy (prefs.stamp_format, "[%H:%M] "); + strcpy (prefs.timestamp_log_format, "%b %d %H:%M:%S "); diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/chanopt.c xchat-wdk/src/common/chanopt.c --- xchat-wdk.orig/src/common/chanopt.c 2008-06-15 06:40:29 +0200 +++ xchat-wdk/src/common/chanopt.c 2010-08-10 16:29:30 +0200