--- a/plugins/icq/gaim_icq.c Wed Feb 21 19:22:50 2001 +0000 +++ b/plugins/icq/gaim_icq.c Thu Feb 22 00:42:55 2001 +0000 @@ -130,12 +130,10 @@ struct gaim_connection *gc = find_gaim_conn_by_icq_link(link); guint status; char buf[256]; - time_t t; g_snprintf(buf, sizeof buf, "%lu", uin); status = (st == STATUS_ONLINE) ? UC_NORMAL : UC_UNAVAILABLE | (st << 5); - time(&t); - serv_got_update(gc, buf, 1, 0, t, 0, status, 0); + serv_got_update(gc, buf, 1, 0, 0, 0, status, 0); } static void icq_user_offline(ICQLINK *link, unsigned long uin) {