summary refs log tree commit diff stats
path: root/src/common/hexchat.h
diff options
context:
space:
mode:
authorBerke Viktor <github.bviktor@outlook.com>2014-05-06 19:22:09 +0200
committerTingPing <tingping@tingping.se>2014-05-12 05:01:24 -0400
commit0dccf692d41f62611b0b8c753ef4e84be670c736 (patch)
tree3b0fdeac55cfbc667bc0c95a946a1fb2c8571d3c /src/common/hexchat.h
parent7435572282b4ef6ea2487442ef4d34984d28d9c2 (diff)
Add global option to suppress nick change events
Might as well add a per-channel option, too but for me that seems a bit unnecessary.
Closes #971
Diffstat (limited to 'src/common/hexchat.h')
-rw-r--r--src/common/hexchat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/hexchat.h b/src/common/hexchat.h
index 1c48fe71..44531468 100644
--- a/src/common/hexchat.h
+++ b/src/common/hexchat.h
@@ -217,6 +217,7 @@ struct hexchatprefs
 	unsigned int hex_irc_auto_rejoin;
 	unsigned int hex_irc_conf_mode;
 	unsigned int hex_irc_hidehost;
+	unsigned int hex_irc_hide_nickchange;
 	unsigned int hex_irc_hide_version;
 	unsigned int hex_irc_invisible;
 	unsigned int hex_irc_logging;