mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 17:12:51 +02:00
Connection updates: moved /SERVER and /CONNECT to core from irc.
Several other related multiprotocol updates. Removed /SILCSERVER from SILC, /CONNECT and /SERVER should work properly now. Rejoining channels after reconnection works. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1245 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
fa1715b515
commit
b8375d471f
12 changed files with 253 additions and 252 deletions
|
|
@ -14,6 +14,7 @@ typedef struct {
|
|||
|
||||
extern GSList *reconnects;
|
||||
|
||||
void reconnect_save_status(SERVER_CONNECT_REC *conn, SERVER_REC *server);
|
||||
void server_reconnect_destroy(RECONNECT_REC *rec, int free_conn);
|
||||
|
||||
void servers_reconnect_init(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue