mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 23:52:22 +02:00
Using different ports in one server for different chat networks didn't work
properly. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1580 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
5cb945cedf
commit
53975363ce
4 changed files with 12 additions and 7 deletions
|
|
@ -33,7 +33,8 @@ server_create_conn(int chat_type, const char *dest, int port,
|
|||
|
||||
/* Find matching server from setup. Try to find record with a same port,
|
||||
but fallback to any server with the same address. */
|
||||
SERVER_SETUP_REC *server_setup_find(const char *address, int port);
|
||||
SERVER_SETUP_REC *server_setup_find(const char *address, int port,
|
||||
const char *chatnet);
|
||||
/* Find matching server from setup. Ports must match or NULL is returned. */
|
||||
SERVER_SETUP_REC *server_setup_find_port(const char *address, int port);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue