summaryrefslogtreecommitdiff
path: root/src/core/server-rec.h
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-12-06 23:05:54 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-12-06 23:05:54 +0000
commit6be1390303322916eb82e29ee7693eac2023c3dd (patch)
tree7d66474d513c1245b74e50a5486982178d7d2e93 /src/core/server-rec.h
parent6e2b0d41d925f5807464d96bf102b9f67314aa33 (diff)
downloadirssi-6be1390303322916eb82e29ee7693eac2023c3dd.zip
/UPGRADE broke reconnections to server.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2204 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/core/server-rec.h')
-rw-r--r--src/core/server-rec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/server-rec.h b/src/core/server-rec.h
index 967da1f2..b88d2a41 100644
--- a/src/core/server-rec.h
+++ b/src/core/server-rec.h
@@ -13,6 +13,7 @@ char *nick; /* current nick */
unsigned int connected:1; /* connected to server */
unsigned int connection_lost:1; /* Connection lost unintentionally */
unsigned int session_reconnect:1; /* Connected to this server with /UPGRADE */
+unsigned int no_reconnect:1; /* Don't reconnect to server */
NET_SENDBUF_REC *handle;
int readtag; /* input tag */