plugins/napster.c

changeset 1764
d8c1affb29fe
parent 1672
419ada1a93e1
child 1873
66c5f8b3f7fe
--- a/plugins/napster.c	Fri Apr 27 22:21:53 2001 +0000
+++ b/plugins/napster.c	Fri Apr 27 23:26:19 2001 +0000
@@ -570,7 +570,7 @@
 
 	if (command == 0xCD) {
 		res = g_strsplit(buf, " ", 1);
-		serv_got_im(gc, res[0], res[1], 0);
+		serv_got_im(gc, res[0], res[1], 0, time((time_t)NULL));
 		g_strfreev(res);
 		free(buf);
 		return;
@@ -643,7 +643,7 @@
 		channel = find_channel_by_name(gc, res[0]);
 
 		if (channel)
-			serv_got_chat_in(gc, channel->id, res[1], 0, res[2]);
+			serv_got_chat_in(gc, channel->id, res[1], 0, res[2], time((time_t)NULL));
 
 		g_strfreev(res);
 		free(buf);

mercurial