summary refs log tree commit diff stats
path: root/src/common/hexchat.h
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2013-10-20 22:29:16 -0400
committerTingPing <tingping@tingping.se>2013-10-20 22:29:16 -0400
commit19e3fce2eb74beb6ba0ae4b315fe0284784087ac (patch)
tree213169183537dee1e590e771f4209a7037285e01 /src/common/hexchat.h
parent62735c54fb65f3bb1a377bc0fbe487c6a65fcbe8 (diff)
Fix SASL on some networks
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 e5d8a654..063a55b7 100644
--- a/src/common/hexchat.h
+++ b/src/common/hexchat.h
@@ -586,6 +586,7 @@ typedef struct server
 	unsigned int skip_next_whois:1;	/* hide whois output */
 	unsigned int inside_whois:1;
 	unsigned int doing_dns:1;			/* /dns has been done */
+	unsigned int retry_sasl:1;		/* retrying another sasl mech */
 	unsigned int end_of_motd:1;		/* end of motd reached (logged in) */
 	unsigned int sent_quit:1;			/* sent a QUIT already? */
 	unsigned int use_listargs:1;		/* undernet and dalnet need /list >0,<10000 */