Mon, 06 Oct 2003 04:04:17 +0000
[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...
| src/protocols/oscar/oscar.c | file | annotate | diff | comparison | revisions |
--- 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);