[gaim-migrate @ 7741]

Mon, 06 Oct 2003 04:04:17 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Mon, 06 Oct 2003 04:04:17 +0000
changeset 7173
b2760d5c3c8f
parent 7172
cf6ed52de3c7
child 7174
2f3cab1045d6

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

mercurial