From 0dccf692d41f62611b0b8c753ef4e84be670c736 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Tue, 6 May 2014 19:22:09 +0200 Subject: 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 --- src/fe-gtk/setup.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/fe-gtk/setup.c') diff --git a/src/fe-gtk/setup.c b/src/fe-gtk/setup.c index ff0126e0..ddd13b90 100644 --- a/src/fe-gtk/setup.c +++ b/src/fe-gtk/setup.c @@ -482,6 +482,7 @@ static const setting general_settings[] = {ST_TOGGLE, N_("Display MODEs in raw form"), P_OFFINTNL(hex_irc_raw_modes), 0, 0, 0}, {ST_TOGGLE, N_("WHOIS on notify"), P_OFFINTNL(hex_notify_whois_online), N_("Sends a /WHOIS when a user comes online in your notify list."), 0, 0}, {ST_TOGGLE, N_("Hide join and part messages"), P_OFFINTNL(hex_irc_conf_mode), N_("Hide channel join/part messages by default."), 0, 0}, + {ST_TOGGLE, N_("Hide nick change messages"), P_OFFINTNL(hex_irc_hide_nickchange), 0, 0, 0}, {ST_END, 0, 0, 0, 0, 0} }; -- cgit 1.4.1