--- 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);