comparison src/protocols/toc/toc.c @ 2273:0b5c3338fa3d

[gaim-migrate @ 2283] One of the girls on the floor of my sister's dorm lost both her parents when their plane was hijacked and crashed into the World Trade Center. my girlfriend's boss's sister-in-law's brother died when the building collapsed. my parents flew to atlanta on monday; they're safe but currently stranded there. they had planned on flying to Raleigh, NC today but now are just hoping to be able to fly home soon. how did this happen? committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 12 Sep 2001 21:29:32 +0000
parents 14e8978f86bb
children cc462108c101
comparison
equal deleted inserted replaced
2272:4ecc9a9a75d8 2273:0b5c3338fa3d
437 message = away; 437 message = away;
438 while (*message && (*message != ':')) 438 while (*message && (*message != ':'))
439 message++; 439 message++;
440 message++; 440 message++;
441 441
442 a = (away && (*away == 'T')) ? 1 : 0; 442 a = (away && (*away == 'T')) ? IM_FLAG_AWAY : 0;
443 443
444 serv_got_im(gc, c, message, a, time((time_t)NULL)); 444 serv_got_im(gc, c, message, a, time((time_t)NULL));
445 } else if (!strcasecmp(c, "UPDATE_BUDDY")) { 445 } else if (!strcasecmp(c, "UPDATE_BUDDY")) {
446 char *l, *uc; 446 char *l, *uc;
447 int logged, evil, idle, type = 0; 447 int logged, evil, idle, type = 0;