mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-18 11:40:18 +00:00
display build type in CTCP VERSION reply
This commit is contained in:
@@ -133,8 +133,8 @@ ctcp_handle (session *sess, char *to, char *nick, char *ip,
|
|||||||
|
|
||||||
if (!strcasecmp (msg, "VERSION") && !prefs.hidever)
|
if (!strcasecmp (msg, "VERSION") && !prefs.hidever)
|
||||||
{
|
{
|
||||||
snprintf (outbuf, sizeof (outbuf), "VERSION XChat-WDK "PACKAGE_VERSION" / %s",
|
snprintf (outbuf, sizeof (outbuf), "VERSION XChat-WDK "PACKAGE_VERSION" [x%d] / %s",
|
||||||
get_cpu_str ());
|
get_cpu_arch (), get_cpu_str ());
|
||||||
serv->p_nctcp (serv, nick, outbuf);
|
serv->p_nctcp (serv, nick, outbuf);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user