mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Merge branch 'master' into osx-functional
This commit is contained in:
commit
b124c59cf0
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user