mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 09:02:13 +02:00
/CONNECT -ircnet didn't load ircnet specific settings correctly
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1363 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
f4fe749489
commit
57493acd39
3 changed files with 23 additions and 20 deletions
|
|
@ -28,7 +28,8 @@ void server_setup_fill_reconn(SERVER_CONNECT_REC *conn,
|
|||
`dest' is either a server address or chat network */
|
||||
SERVER_CONNECT_REC *
|
||||
server_create_conn(int chat_type, const char *dest, int port,
|
||||
const char *password, const char *nick);
|
||||
const char *chatnet, const char *password,
|
||||
const char *nick);
|
||||
|
||||
/* Find matching server from setup. Try to find record with a same port,
|
||||
but fallback to any server with the same address. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue