summaryrefslogtreecommitdiff
path: root/src/core/server-connect-rec.h
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2004-01-19 17:52:08 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2004-01-19 17:52:08 +0000
commite980500702b420f0e01ce5aab9084c06594fe214 (patch)
tree033b614ff93c020b2eec528aa6c528ccb310bd20 /src/core/server-connect-rec.h
parent623dbac5cf488fca5958a537b690923a2e279935 (diff)
downloadirssi-e980500702b420f0e01ce5aab9084c06594fe214.zip
Say when we're reconnecting, and mention it can be aborted with /RMRECONNS
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3204 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/core/server-connect-rec.h')
-rw-r--r--src/core/server-connect-rec.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/server-connect-rec.h b/src/core/server-connect-rec.h
index a52e5b0a..cfbe3eba 100644
--- a/src/core/server-connect-rec.h
+++ b/src/core/server-connect-rec.h
@@ -31,7 +31,8 @@ char *ssl_capath;
GIOChannel *connect_handle; /* connect using this handle */
/* when reconnecting, the old server status */
-unsigned int reconnection:1; /* we're trying to reconnect */
+unsigned int reconnection:1; /* we're trying to reconnect a connected server */
+unsigned int reconnecting:1; /* we're trying to reconnect any connection */
unsigned int no_autojoin_channels:1; /* don't autojoin any channels */
unsigned int unix_socket:1; /* Connect using named unix socket */
unsigned int use_ssl:1; /* this connection uses SSL */