changeset 7173:7c43dbbb198c

[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 <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 06 Oct 2003 04:04:17 +0000
parents 895cd1d03efb
children 5d0db846c42d
files src/protocols/oscar/oscar.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);