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:
parent
47d66d214f
commit
4e2299f1b7
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user