mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
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:
@@ -2173,6 +2173,12 @@ text_emit (int index, session *sess, char *a, char *b, char *c, char *d,
|
||||
if (sess->alert_tray == SET_ON)
|
||||
fe_tray_set_icon (FE_ICON_MESSAGE);
|
||||
break;
|
||||
|
||||
/* ===Nick change message=== */
|
||||
case XP_TE_CHANGENICK:
|
||||
if (prefs.hex_irc_hide_nickchange)
|
||||
return;
|
||||
break;
|
||||
}
|
||||
|
||||
sound_play_event (index);
|
||||
|
||||
Reference in New Issue
Block a user