mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-16 10:40:19 +00:00
Add an option to disable rejoin on auto reconnect
This change adds an option `irc_reconnect_rejoin` (default ON) which when turned OFF will prevent hexchat from rejoining channels after an auto reconnect. hexchat/hexchat#2069
This commit is contained in:
@@ -170,6 +170,7 @@ struct hexchatprefs
|
||||
unsigned int hex_input_tray_hilight;
|
||||
unsigned int hex_input_tray_priv;
|
||||
unsigned int hex_irc_auto_rejoin;
|
||||
unsigned int hex_irc_reconnect_rejoin;
|
||||
unsigned int hex_irc_conf_mode;
|
||||
unsigned int hex_irc_hidehost;
|
||||
unsigned int hex_irc_hide_nickchange;
|
||||
|
||||
Reference in New Issue
Block a user