mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-26 07:16:21 +00:00
Add win_print_history
This commit is contained in:
@@ -354,7 +354,7 @@ mucwin_history(ProfMucWin *mucwin, const char *const nick, GDateTime *timestamp,
|
||||
g_string_append(line, message);
|
||||
}
|
||||
|
||||
win_printf(window, '-', 0, timestamp, NO_COLOUR_DATE, 0, "", "%s", line->str);
|
||||
win_print_history(window, timestamp, "%s", line->str);
|
||||
g_string_free(line, TRUE);
|
||||
|
||||
plugins_on_room_history_message(mucwin->roomjid, nick, message, timestamp);
|
||||
|
||||
Reference in New Issue
Block a user