1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-16 06:25:24 +00:00

Change to printtext for first time message too

This commit is contained in:
David Leadbeater 2014-07-08 09:23:55 +01:00
parent 47d66d214f
commit 4e2299f1b7

View File

@ -212,8 +212,8 @@ static void textui_finish_init(void)
}
if (display_firsttimer) {
printtext_window(active_win, MSGLEVEL_CRAP,
"%s", firsttimer_text);
printtext(NULL, NULL, MSGLEVEL_CRAP|MSGLEVEL_NO_ACT,
"%s", firsttimer_text);
}
}