mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 15:12:11 +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
|
|
@ -9,6 +9,7 @@ int proxy_port;
|
|||
char *proxy_string, *proxy_password;
|
||||
|
||||
unsigned short family; /* 0 = don't care, AF_INET or AF_INET6 */
|
||||
char *tag; /* try to keep this tag when connected to server */
|
||||
char *address;
|
||||
int port;
|
||||
char *chatnet;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue