diff -r bee6f8758b1c -r 046ed5e89321 src/protocols/toc/toc.c --- a/src/protocols/toc/toc.c Sat Dec 08 08:46:00 2001 +0000 +++ b/src/protocols/toc/toc.c Sat Dec 08 09:48:52 2001 +0000 @@ -619,7 +619,7 @@ a = (away && (*away == 'T')) ? IM_FLAG_AWAY : 0; - serv_got_im(gc, c, message, a, time((time_t)NULL)); + serv_got_im(gc, c, message, a, time(NULL), -1); } else if (!strcasecmp(c, "UPDATE_BUDDY")) { char *l, *uc, *tmp; int logged, evil, idle, type = 0;