--- 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);