# HG changeset patch # User Mark Doliner # Date 1065413057 0 # Node ID 7c43dbbb198ca19a50d875ec26c752a7d3120b44 # Parent 895cd1d03efba6727f878715d8f99cdbb767adaf [gaim-migrate @ 7741] ICQ screen names can get the info/away messages of AIM screen names now. Neat. AIM people still can't use the ICQ family to get ICQ info, though. Unless that's something I'm doing wrong... committer: Tailor Script diff -r 895cd1d03efb -r 7c43dbbb198c src/protocols/oscar/oscar.c --- a/src/protocols/oscar/oscar.c Mon Oct 06 03:21:33 2003 +0000 +++ b/src/protocols/oscar/oscar.c Mon Oct 06 04:04:17 2003 +0000 @@ -4353,7 +4353,7 @@ static void oscar_get_info(GaimConnection *gc, const char *name) { struct oscar_data *od = (struct oscar_data *)gc->proto_data; - if (od->icq) + if (od->icq && isdigit(name[0])) aim_icq_getallinfo(od->sess, name); else aim_locate_getinfoshort(od->sess, name, 0x00000007);