mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 23:22:16 +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
|
|
@ -27,7 +27,7 @@ void server_setup_fill_reconn(SERVER_CONNECT_REC *conn,
|
|||
/* Create server connection record. `dest' is required, rest can be NULL.
|
||||
`dest' is either a server address or chat network */
|
||||
SERVER_CONNECT_REC *
|
||||
server_create_conn(const char *dest, int port,
|
||||
server_create_conn(int chat_type, const char *dest, int port,
|
||||
const char *password, const char *nick);
|
||||
|
||||
/* Find matching server from setup. Try to find record with a same port,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue