SIGHUP now does /RELOAD - useful with for example /SBAR prompt DISABLE when

you don't have an input line to recover :)


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2556 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2002-03-10 15:20:44 +00:00 committed by cras
commit 0d54e4e299
3 changed files with 21 additions and 3 deletions

View file

@ -11,6 +11,7 @@
extern int irssi_gui;
extern int irssi_init_finished; /* TRUE after "irssi init finished" signal is sent */
extern int reload_config; /* TRUE after received SIGHUP. */
void core_init_paths(int argc, char *argv[]);