summary refs log tree commit diff stats
path: root/xchat-wdk.patch
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2010-08-10 17:19:27 +0200
committerberkeviktor@aol.com <berkeviktor@aol.com>2010-08-10 17:19:27 +0200
commit6d4cafbbd33fa80bc7c299478c3a6d066a1553d4 (patch)
tree5e03727b187ce068c6573394b2eeeb078f29fbb4 /xchat-wdk.patch
parent721b8de82722216e5c161eff039589863841ec53 (diff)
disable identd by default
Diffstat (limited to 'xchat-wdk.patch')
-rw-r--r--xchat-wdk.patch9
1 files 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