summary refs log tree commit diff stats
path: root/src/common/ctcp.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-07-11 22:41:15 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-07-11 22:41:15 +0200
commit1f1c76a5d8e4456d844bf19400aca68900e0e878 (patch)
tree1f9d7541ece8a29c4941b386102a749ec571f437 /src/common/ctcp.c
parent534cd2802f807e4ca33a8586508619e6a52c3667 (diff)
Initial rebranding in code
Diffstat (limited to 'src/common/ctcp.c')
-rw-r--r--src/common/ctcp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/ctcp.c b/src/common/ctcp.c
index 36952db7..0bf2f465 100644
--- a/src/common/ctcp.c
+++ b/src/common/ctcp.c
@@ -138,10 +138,10 @@ ctcp_handle (session *sess, char *to, char *nick, char *ip,
 	if (!g_ascii_strcasecmp (msg, "VERSION") && !prefs.hidever)
 	{
 #ifdef WIN32
-		snprintf (outbuf, sizeof (outbuf), "VERSION XChat-WDK "PACKAGE_VERSION" [x%d] / %s",
+		snprintf (outbuf, sizeof (outbuf), "VERSION HexChat "PACKAGE_VERSION" [x%d] / %s",
 					 get_cpu_arch (), get_cpu_str ());
 #else
-		snprintf (outbuf, sizeof (outbuf), "VERSION XChat-WDK "PACKAGE_VERSION" %s",
+		snprintf (outbuf, sizeof (outbuf), "VERSION HexChat "PACKAGE_VERSION" %s",
 					 get_cpu_str ());
 #endif
 		serv->p_nctcp (serv, nick, outbuf);