comparison src/protocols/oscar/oscar.c @ 2734:9fc65bb80596

[gaim-migrate @ 2747] it's 6am committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 17 Nov 2001 13:57:30 +0000
parents 03bf072c6238
children 6f527cbd899d
comparison
equal deleted inserted replaced
2733:eeac6ea7ade6 2734:9fc65bb80596
1113 if (info->icqinfo.status) { 1113 if (info->icqinfo.status) {
1114 type = (info->icqinfo.status << 6); 1114 type = (info->icqinfo.status << 6);
1115 if (!(info->icqinfo.status & AIM_ICQ_STATE_CHAT)) 1115 if (!(info->icqinfo.status & AIM_ICQ_STATE_CHAT))
1116 type |= UC_UNAVAILABLE; 1116 type |= UC_UNAVAILABLE;
1117 } 1117 }
1118 if (caps & AIM_CAPS_EVERYBUDDY) 1118 if (caps & AIM_CAPS_ICQ)
1119 caps ^= AIM_CAPS_EVERYBUDDY; 1119 caps ^= AIM_CAPS_ICQ;
1120 debug_printf("icq status: %d\n", info->icqinfo.status); 1120 debug_printf("icq status: %d\n", info->icqinfo.status);
1121 } 1121 }
1122 1122
1123 if (info->idletime) { 1123 if (info->idletime) {
1124 time(&time_idle); 1124 time(&time_idle);