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
This commit is contained in:
Berke Viktor
2014-05-06 19:22:09 +02:00
committed by TingPing
parent 7435572282
commit 0dccf692d4
4 changed files with 9 additions and 0 deletions

View File

@@ -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;