mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 08:02:13 +02:00
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:
parent
bd7cc25590
commit
7773aabb2c
4 changed files with 22 additions and 6 deletions
|
|
@ -6,7 +6,7 @@
|
|||
#define FAILED_RECONNECT_WAIT (60*30)
|
||||
|
||||
typedef struct {
|
||||
int tag;
|
||||
int tag;
|
||||
time_t next_connect;
|
||||
|
||||
SERVER_CONNECT_REC *conn;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue