1
0
mirror of https://github.com/irssi/irssi.git synced 2025-01-03 14:56:47 -05: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) { if (display_firsttimer) {
printtext_window(active_win, MSGLEVEL_CRAP, printtext(NULL, NULL, MSGLEVEL_CRAP|MSGLEVEL_NO_ACT,
"%s", firsttimer_text); "%s", firsttimer_text);
} }
} }