plugins/zephyr/zephyr.c

changeset 1764
d8c1affb29fe
parent 1726
a3710e1b3667
child 1794
33dc9bab4716
--- a/plugins/zephyr/zephyr.c	Fri Apr 27 22:21:53 2001 +0000
+++ b/plugins/zephyr/zephyr.c	Fri Apr 27 23:26:19 2001 +0000
@@ -302,7 +302,7 @@
 				len = MAX(BUF_LONG, strlen(buf2));
 				buf = g_malloc(len + 1);
 				g_snprintf(buf, len + 1, "%s", buf2);
-				serv_got_im(zgc, notice.z_sender, buf, 0);
+				serv_got_im(zgc, notice.z_sender, buf, 0, time((time_t)NULL));
 				g_free(buf);
 			}
 			g_free(buf2);

mercurial