mirror of
https://github.com/irssi/irssi.git
synced 2026-08-23 10:32:31 +02:00
Merge 108d0c5d1d into 31da4e8623
This commit is contained in:
commit
ae1f77526a
1 changed files with 1 additions and 2 deletions
|
|
@ -205,8 +205,7 @@ static void textui_finish_init(void)
|
||||||
signal_emit("irssi init finished", 0);
|
signal_emit("irssi init finished", 0);
|
||||||
statusbar_redraw(NULL, TRUE);
|
statusbar_redraw(NULL, TRUE);
|
||||||
|
|
||||||
printtext_window(active_win, MSGLEVEL_CRAP,
|
printtext(NULL, NULL, MSGLEVEL_CRAP|MSGLEVEL_NO_ACT, "%s", banner_text);
|
||||||
"%s", banner_text);
|
|
||||||
|
|
||||||
if (display_firsttimer) {
|
if (display_firsttimer) {
|
||||||
printtext_window(active_win, MSGLEVEL_CRAP,
|
printtext_window(active_win, MSGLEVEL_CRAP,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue