diff src/protocols/msn/msn.c @ 2600:8aade06646b5

[gaim-migrate @ 2613] how did this happen? committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 24 Oct 2001 21:10:27 +0000
parents 2ced57c58653
children 24664768a739
line wrap: on
line diff
--- a/src/protocols/msn/msn.c	Wed Oct 24 21:02:55 2001 +0000
+++ b/src/protocols/msn/msn.c	Wed Oct 24 21:10:27 2001 +0000
@@ -1457,6 +1457,10 @@
 	char buf[MSN_BUF_LEN];
 	GSList *l = md->fl;
 
+	if (who[0] == '@')
+		/* how did this happen? */
+		return;
+
 	while (l) {
 		struct msn_buddy *b = l->data;
 		if (!g_strcasecmp(who, b->user))