summaryrefslogtreecommitdiff
path: root/src/core/servers-setup.h
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-03-08 00:24:27 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-03-08 00:24:27 +0000
commit57493acd39f63c20407c098730936a582fd47c51 (patch)
tree8ef5f2f309a6797d7b434384878542ccba6ddc34 /src/core/servers-setup.h
parentf4fe749489f3e8ca97d1aa5f988d14c1bcae3d99 (diff)
downloadirssi-57493acd39f63c20407c098730936a582fd47c51.zip
/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
Diffstat (limited to 'src/core/servers-setup.h')
-rw-r--r--src/core/servers-setup.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/servers-setup.h b/src/core/servers-setup.h
index d1a8bdd9..d0807d11 100644
--- a/src/core/servers-setup.h
+++ b/src/core/servers-setup.h
@@ -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. */