summary refs log tree commit diff stats
path: root/xchat-wdk.patch
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2010-10-09 11:41:05 +0200
committerberkeviktor@aol.com <berkeviktor@aol.com>2010-10-09 11:41:05 +0200
commit0c54593493d7bc6d5c1eb27eda6c250c4caa8422 (patch)
tree5a456f2ae473ac5868c21a92508f6534253aedf8 /xchat-wdk.patch
parentf2fc869629491d6afecc843d62ff8e3dc21ebb92 (diff)
nicer version info for ctcp too
Diffstat (limited to 'xchat-wdk.patch')
-rw-r--r--xchat-wdk.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/xchat-wdk.patch b/xchat-wdk.patch
index 512a3385..c06bb6c2 100644
--- a/xchat-wdk.patch
+++ b/xchat-wdk.patch
@@ -255,7 +255,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/chanopt.c xchat-wdk/src/
  #include <fcntl.h>
 diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/ctcp.c xchat-wdk/src/common/ctcp.c
 --- xchat-wdk.orig/src/common/ctcp.c	2010-05-30 04:28:04 +0200
-+++ xchat-wdk/src/common/ctcp.c	2010-10-08 04:16:18 +0200
++++ xchat-wdk/src/common/ctcp.c	2010-10-09 11:36:58 +0200
 @@ -18,7 +18,6 @@
  
  #include <stdio.h>
@@ -269,7 +269,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/ctcp.c xchat-wdk/src/com
  	if (!strcasecmp (msg, "VERSION") && !prefs.hidever)
  	{
 -		snprintf (outbuf, sizeof (outbuf), "VERSION xchat "PACKAGE_VERSION" %s",
-+		snprintf (outbuf, sizeof (outbuf), "VERSION xchat-wdk "PACKAGE_VERSION" ("PACKAGE_TARNAME") %s",
++		snprintf (outbuf, sizeof (outbuf), "VERSION XChat-WDK "PACKAGE_VERSION" / %s",
  					 get_cpu_str ());
  		serv->p_nctcp (serv, nick, outbuf);
  	}