mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -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();
|
fe_common_core_finish_init();
|
||||||
|
|
||||||
|
signal_emit("irssi init finished", 0);
|
||||||
|
|
||||||
#ifdef HAVE_STATIC_PERL
|
#ifdef HAVE_STATIC_PERL
|
||||||
perl_core_init();
|
perl_core_init();
|
||||||
fe_perl_init();
|
fe_perl_init();
|
||||||
#endif
|
#endif
|
||||||
signal_emit("irssi init finished", 0);
|
|
||||||
|
|
||||||
if (display_firsttimer) {
|
if (display_firsttimer) {
|
||||||
printtext_window(active_win, MSGLEVEL_CLIENTNOTICE,
|
printtext_window(active_win, MSGLEVEL_CLIENTNOTICE,
|
||||||
|
Loading…
Reference in New Issue
Block a user