added irssi_init_finished variable to core.h which is TRUE after "irssi init

finished" signal is sent.

Perl scripts aren't now autoloaded until irssi_init_finished is TRUE (fixes
the crash at startup).


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1879 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-10-21 13:22:28 +00:00 committed by cras
commit ae1b5b0d50
3 changed files with 22 additions and 1 deletions

View file

@ -10,6 +10,7 @@
#define IRSSI_GUI_KDE 5
extern int irssi_gui;
extern int irssi_init_finished; /* TRUE after "irssi init finished" signal is sent */
void core_init_paths(int argc, char *argv[]);