mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
/UPGRADE now saves the session, disconnects the servers so that the socket
isn't closed but irssi thinks its disconnected, then it quits irssi, and as the last command executes the new irssi. This way we get clean deinitialization so irssi can close log files, destroy scripts, etc. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2114 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
bb3592f5c7
commit
e0841d15a2
3 changed files with 33 additions and 31 deletions
|
|
@ -2,6 +2,7 @@
|
|||
#define __SESSION_H
|
||||
|
||||
void session_set_binary(const char *path);
|
||||
void session_upgrade(void);
|
||||
|
||||
void session_init(void);
|
||||
void session_deinit(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue