mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 03:40:16 +02:00
Change to printtext for first time message too
This commit is contained in:
parent
47d66d214f
commit
4e2299f1b7
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue