Mercurial > pidgin
changeset 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 | b5236052876d |
children | 61952dde7677 |
files | src/protocols/msn/msn.c |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
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))