diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-13 18:32:32 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-13 18:32:32 +0200 |
commit | 25a2f8b8c979e1d2f755862a23710141127ca012 (patch) | |
tree | 5dae19718c5b51b173b5cd220bcb8a2c75eb3fa3 /xchat-wdk.patch | |
parent | 2f3d1e01e325b3d05b801f9620b0dc7d3a7a6f86 (diff) |
make ctcp version info more informative
Diffstat (limited to 'xchat-wdk.patch')
-rw-r--r-- | xchat-wdk.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xchat-wdk.patch b/xchat-wdk.patch index a13e8f5d..32eed6ae 100644 --- a/xchat-wdk.patch +++ b/xchat-wdk.patch @@ -199,7 +199,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-08-10 16:29:30 +0200 ++++ xchat-wdk/src/common/ctcp.c 2010-08-13 18:31:51 +0200 @@ -18,7 +18,6 @@ #include <stdio.h> @@ -213,7 +213,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" %s", ++ snprintf (outbuf, sizeof (outbuf), "VERSION xchat-wdk "PACKAGE_VERSION" ("PACKAGE_TARNAME") %s", get_cpu_str ()); serv->p_nctcp (serv, nick, outbuf); } |