diff plugins/napster.c @ 1764:1e0613d9526b

[gaim-migrate @ 1774] I decided to do the time stamp w/ messages thing that Eric put in the TODO list. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Fri, 27 Apr 2001 23:26:19 +0000
parents 7cb0cebd6d87
children 08ac51210d09
line wrap: on
line diff
--- 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);