comparison src/protocols/oscar/icq.c @ 4154:3468d666d3cc

[gaim-migrate @ 4382] The buddy pounce thing bothered me. The oscar changes are basically nothing. I just like things to be clean. By the way, if you know of any projects using libfaim other than fire, please let me know. I'm muy muy curious. Messa Jar Jar Binks. I guess emailing me at mark@kingant.net is the most effective way. Squiggle squiggle committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 31 Dec 2002 02:27:21 +0000
parents 1a5dcfa1823e
children b66f960bfe60
comparison
equal deleted inserted replaced
4153:76b8bbe8ed34 4154:3468d666d3cc
305 info->uin = aimbs_getle32(&qbs); 305 info->uin = aimbs_getle32(&qbs);
306 info->nick = aimbs_getstr(&qbs, aimbs_getle16(&qbs)); 306 info->nick = aimbs_getstr(&qbs, aimbs_getle16(&qbs));
307 info->first = aimbs_getstr(&qbs, aimbs_getle16(&qbs)); 307 info->first = aimbs_getstr(&qbs, aimbs_getle16(&qbs));
308 info->last = aimbs_getstr(&qbs, aimbs_getle16(&qbs)); 308 info->last = aimbs_getstr(&qbs, aimbs_getle16(&qbs));
309 info->email = aimbs_getstr(&qbs, aimbs_getle16(&qbs)); 309 info->email = aimbs_getstr(&qbs, aimbs_getle16(&qbs));
310 /* Then 0x00 02 00 00 00 00 00 */
310 } break; 311 } break;
311 } /* End switch statement */ 312 } /* End switch statement */
312 313
313 if (subtype == 0x019a) { 314 if (subtype == 0x019a) {
314 if ((userfunc = aim_callhandler(sess, rx->conn, AIM_CB_FAM_ICQ, AIM_CB_ICQ_SIMPLEINFO))) 315 if ((userfunc = aim_callhandler(sess, rx->conn, AIM_CB_FAM_ICQ, AIM_CB_ICQ_SIMPLEINFO)))