| 617 message++; |
617 message++; |
| 618 message++; |
618 message++; |
| 619 |
619 |
| 620 a = (away && (*away == 'T')) ? IM_FLAG_AWAY : 0; |
620 a = (away && (*away == 'T')) ? IM_FLAG_AWAY : 0; |
| 621 |
621 |
| 622 serv_got_im(gc, c, message, a, time((time_t)NULL)); |
622 serv_got_im(gc, c, message, a, time(NULL), -1); |
| 623 } else if (!strcasecmp(c, "UPDATE_BUDDY")) { |
623 } else if (!strcasecmp(c, "UPDATE_BUDDY")) { |
| 624 char *l, *uc, *tmp; |
624 char *l, *uc, *tmp; |
| 625 int logged, evil, idle, type = 0; |
625 int logged, evil, idle, type = 0; |
| 626 time_t signon, time_idle; |
626 time_t signon, time_idle; |
| 627 |
627 |