summaryrefslogtreecommitdiff
path: root/src/core/server-connect-rec.h
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2002-05-20 04:12:12 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2002-05-20 04:12:12 +0000
commit4aa0b9111eb659954a19265d2c304e4fad93cb86 (patch)
tree96a6b61ef90fb6724e84b0ac2fe456347cb36e11 /src/core/server-connect-rec.h
parent09505d628c3bfee6eebabd34ccdba85d149b28d7 (diff)
downloadirssi-4aa0b9111eb659954a19265d2c304e4fad93cb86.zip
/UPGRADE was broken, changed again the server connection code.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2821 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/core/server-connect-rec.h')
-rw-r--r--src/core/server-connect-rec.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/server-connect-rec.h b/src/core/server-connect-rec.h
index cc5afa57..3613759e 100644
--- a/src/core/server-connect-rec.h
+++ b/src/core/server-connect-rec.h
@@ -29,6 +29,5 @@ GIOChannel *connect_handle; /* connect using this handle */
unsigned int reconnection:1; /* we're trying to reconnect */
unsigned int no_autojoin_channels:1; /* don't autojoin any channels */
unsigned int unix_socket:1; /* Connect using named unix socket */
-unsigned int session_reconnect:1; /* Connected to this server with /UPGRADE */
char *channels;
char *away_reason;