diff options
author | Berke Viktor <github.bviktor@outlook.com> | 2014-05-06 19:22:09 +0200 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2014-05-12 05:01:24 -0400 |
commit | 0dccf692d41f62611b0b8c753ef4e84be670c736 (patch) | |
tree | 3b0fdeac55cfbc667bc0c95a946a1fb2c8571d3c /src/fe-gtk/setup.c | |
parent | 7435572282b4ef6ea2487442ef4d34984d28d9c2 (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/fe-gtk/setup.c')
-rw-r--r-- | src/fe-gtk/setup.c | 1 |
1 files changed, 1 insertions, 0 deletions
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} }; |