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-13 19:20:55 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-07-13 19:20:55 +0200
commitcc28cc0177aee6fc93436443597078e5be374354 (patch)
tree0b5aef658cbf95033047449d1229bfc1a585bf10 /src/common/ctcp.c
parent2e73e515057bddd77d04438bb8cb51c19bb7fa9a (diff)
Make the About screen and CTCP VERSION consistent and remove the license text option
Diffstat (limited to 'src/common/ctcp.c')
-rw-r--r--src/common/ctcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/ctcp.c b/src/common/ctcp.c
index 0bf2f465..ac6a821d 100644
--- a/src/common/ctcp.c
+++ b/src/common/ctcp.c
@@ -141,7 +141,7 @@ ctcp_handle (session *sess, char *to, char *nick, char *ip,
 		snprintf (outbuf, sizeof (outbuf), "VERSION HexChat "PACKAGE_VERSION" [x%d] / %s",
 					 get_cpu_arch (), get_cpu_str ());
 #else
-		snprintf (outbuf, sizeof (outbuf), "VERSION HexChat "PACKAGE_VERSION" %s",
+		snprintf (outbuf, sizeof (outbuf), "VERSION HexChat "PACKAGE_VERSION" / %s",
 					 get_cpu_str ());
 #endif
 		serv->p_nctcp (serv, nick, outbuf);