Try to keep the number after server tag always the same when there's

multiple connections to the same server.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1540 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-06-08 21:19:08 +00:00 committed by cras
commit 7773aabb2c
4 changed files with 22 additions and 6 deletions

View file

@ -6,7 +6,7 @@
#define FAILED_RECONNECT_WAIT (60*30)
typedef struct {
int tag;
int tag;
time_t next_connect;
SERVER_CONNECT_REC *conn;