From 545b7dc6ffc0aff9f2ca2cb4ba10b69e25134a03 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Mon, 22 Oct 2012 14:50:36 +0200 Subject: Variable cleanup for irc_* --- src/common/ctcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/ctcp.c') diff --git a/src/common/ctcp.c b/src/common/ctcp.c index ac6a821d..c0d1ce49 100644 --- a/src/common/ctcp.c +++ b/src/common/ctcp.c @@ -135,7 +135,7 @@ ctcp_handle (session *sess, char *to, char *nick, char *ip, if (ignore_check (word[1], IG_CTCP)) return; - if (!g_ascii_strcasecmp (msg, "VERSION") && !prefs.hidever) + if (!g_ascii_strcasecmp (msg, "VERSION") && !prefs.hex_irc_hide_version) { #ifdef WIN32 snprintf (outbuf, sizeof (outbuf), "VERSION HexChat "PACKAGE_VERSION" [x%d] / %s", -- cgit 1.4.1