From 699e08b2384eae00d0edb9df726ea6b7c7af5a48 Mon Sep 17 00:00:00 2001 From: James Booth Date: Fri, 8 Apr 2016 01:17:22 +0100 Subject: Fixed timestamp for on_room_history_message --- src/plugins/plugins.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/plugins/plugins.c b/src/plugins/plugins.c index 32e1247e..73f3f873 100644 --- a/src/plugins/plugins.c +++ b/src/plugins/plugins.c @@ -347,7 +347,7 @@ plugins_on_room_history_message(const char *const room, const char *const nick, GSList *curr = plugins; while (curr) { 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); } -- cgit 1.4.1-2-gfad0 n> Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log tree commit diff stats
path: root/build_and_test_until
blob: 73c2b6ca8397f17442116859c0131b703eca80a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11