summary refs log tree commit diff stats
path: root/src/common/hexchat.h
diff options
context:
space:
mode:
authorIwan Aucamp <iwan.aucamp@concurrent.systems>2017-10-07 01:45:02 +0200
committerTingPing <tingping@tingping.se>2017-10-10 21:06:21 -0400
commit8ddd5e37788dd49561bf8148844a02e2696131e0 (patch)
tree89bef7b6a9b4e5539018b608bf3b8c9e5bd9ecad /src/common/hexchat.h
parent4188f26ab981324d91217277294f52e85192201e (diff)
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
Diffstat (limited to 'src/common/hexchat.h')
-rw-r--r--src/common/hexchat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/hexchat.h b/src/common/hexchat.h
index 38a3e830..8c4a6a41 100644
--- a/src/common/hexchat.h
+++ b/src/common/hexchat.h
@@ -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;