mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-28 15:36:20 +00:00
Fixed timestamp for on_room_history_message
This commit is contained in:
@@ -347,7 +347,7 @@ plugins_on_room_history_message(const char *const room, const char *const nick,
|
|||||||
GSList *curr = plugins;
|
GSList *curr = plugins;
|
||||||
while (curr) {
|
while (curr) {
|
||||||
ProfPlugin *plugin = curr->data;
|
ProfPlugin *plugin = curr->data;
|
||||||
plugin->on_room_history_message(plugin, room, nick, message, NULL);
|
plugin->on_room_history_message(plugin, room, nick, message, timestamp_str);
|
||||||
curr = g_slist_next(curr);
|
curr = g_slist_next(curr);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user