mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 15:42:26 +02:00
Config file: ircnets -> chatnets, added type = "chat protocol" to
chatnet config. Moved reading chatnets to core. Lots of other multiprotocol updates. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1237 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
513e140bce
commit
be6ba53fa4
35 changed files with 539 additions and 448 deletions
|
|
@ -78,7 +78,7 @@ static SERVER_REC *irc_connect_server(const char *data)
|
|||
*password = '\0';
|
||||
|
||||
/* connect to server */
|
||||
conn = server_create_conn(addr, atoi(portstr), password, nick);
|
||||
conn = server_create_conn(-1, addr, atoi(portstr), password, nick);
|
||||
if (g_hash_table_lookup(optlist, "6") != NULL)
|
||||
conn->family = AF_INET6;
|
||||
else if (g_hash_table_lookup(optlist, "4") != NULL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue