mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
if perl is compiled statically, initialize it after the "irssi init
finished" signal so for example ~/.irssi/startup is run before the perl autorun scripts git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1557 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
f7e9649286
commit
5ddb29fb33
@ -142,11 +142,12 @@ static void textui_finish_init(void)
|
||||
|
||||
fe_common_core_finish_init();
|
||||
|
||||
signal_emit("irssi init finished", 0);
|
||||
|
||||
#ifdef HAVE_STATIC_PERL
|
||||
perl_core_init();
|
||||
fe_perl_init();
|
||||
#endif
|
||||
signal_emit("irssi init finished", 0);
|
||||
|
||||
if (display_firsttimer) {
|
||||
printtext_window(active_win, MSGLEVEL_CLIENTNOTICE,
|
||||
|
Loading…
Reference in New Issue
Block a user