mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 23:52:22 +02:00
/UPGRADE broke reconnections to server.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2204 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
6e2b0d41d9
commit
6be1390303
4 changed files with 4 additions and 3 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue