--- xchat-2.8.8.orig/src/common/ctcp.c	2011-09-02 20:57:59.000000000 +0200
+++ xchat-2.8.8/src/common/ctcp.c	2011-09-02 21:09:27.000000000 +0200
@@ -134,8 +134,7 @@
 
 	if (!strcasecmp (msg, "VERSION") && !prefs.hidever)
 	{
-		snprintf (outbuf, sizeof (outbuf), "VERSION xchat "PACKAGE_VERSION" %s",
-					 get_cpu_str ());
+		snprintf (outbuf, sizeof (outbuf), "VERSION xchat "PACKAGE_VERSION" Debian");
 		serv->p_nctcp (serv, nick, outbuf);
 	}
 

