diff libgaim/protocols/qq/group_find.c @ 14319:69f594f56de5

[gaim-migrate @ 17012] Removed the prefix before user IDs, it was giving the Adium folks a hard time. committer: Tailor Script <tailor@pidgin.im>
author Mark Huetsch <markhuetsch>
date Thu, 24 Aug 2006 08:04:46 +0000
parents 60b1bc8dbf37
children 8ff8f1c897b5
line wrap: on
line diff
--- a/libgaim/protocols/qq/group_find.c	Thu Aug 24 07:00:34 2006 +0000
+++ b/libgaim/protocols/qq/group_find.c	Thu Aug 24 08:04:46 2006 +0000
@@ -38,10 +38,13 @@
 
 	g_return_val_if_fail(gc != NULL && who != NULL, NULL);
 
+	/* TODO checkbox for this in UI */
 	/* if it starts with QQ_NAME_PREFIX, we think it is valid name already
 	 * otherwise we think it is nickname and try to find the matching gaim_name */
+	/*
 	if (gaim_str_has_prefix(who, QQ_NAME_PREFIX) && gaim_name_to_uid(who) > 0)
 		return (gchar *) who;
+		*/
 
 	group = qq_group_find_by_channel(gc, channel);
 	g_return_val_if_fail(group != NULL, NULL);