mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-20 14:06:21 +00:00
Renamed ui_room_history -> mucwin_history
This commit is contained in:
@@ -155,7 +155,7 @@ void
|
||||
sv_ev_room_history(const char *const room_jid, const char *const nick,
|
||||
GDateTime *timestamp, const char *const message)
|
||||
{
|
||||
ui_room_history(room_jid, nick, timestamp, message);
|
||||
mucwin_history(room_jid, nick, timestamp, message);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user