comparison src/protocols/yahoo/yahoo.c @ 2807:f01e6a425136

[gaim-migrate @ 2820] whoops :) committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 27 Nov 2001 23:55:50 +0000
parents 9b3c7d2a6e9a
children bda5b89ba2f9
comparison
equal deleted inserted replaced
2806:1ffac7cf4e94 2807:f01e6a425136
384 break; 384 break;
385 case 13: /* in pager? */ 385 case 13: /* in pager? */
386 if (pkt->service == YAHOO_SERVICE_LOGOFF || 386 if (pkt->service == YAHOO_SERVICE_LOGOFF ||
387 strtol(pair->value, NULL, 10) == 0) { 387 strtol(pair->value, NULL, 10) == 0) {
388 serv_got_update(gc, name, 0, 0, 0, 0, 0, 0); 388 serv_got_update(gc, name, 0, 0, 0, 0, 0, 0);
389 break;
389 } 390 }
390 if (state == YAHOO_STATUS_AVAILABLE) 391 if (state == YAHOO_STATUS_AVAILABLE)
391 serv_got_update(gc, name, 1, 0, 0, 0, 0, 0); 392 serv_got_update(gc, name, 1, 0, 0, 0, 0, 0);
392 else 393 else
393 serv_got_update(gc, name, 1, 0, 0, 0, (state << 1) | UC_UNAVAILABLE, 0); 394 serv_got_update(gc, name, 1, 0, 0, 0, (state << 1) | UC_UNAVAILABLE, 0);