Mercurial > pidgin
changeset 2019:d460cd7cf37a
[gaim-migrate @ 2029]
i can't believe we're still working on toc
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Fri, 15 Jun 2001 04:46:03 +0000 |
parents | 58d75a0559d3 |
children | 3a991ed8b45c |
files | src/toc.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/toc.c Fri Jun 15 00:40:00 2001 +0000 +++ b/src/toc.c Fri Jun 15 04:46:03 2001 +0000 @@ -426,8 +426,10 @@ c = strtok(NULL, ":"); parse_toc_buddy_list(gc, c, 0); } else if (!strcasecmp(c, "NICK")) { + /* ignore NICK so that things get imported/exported properly c = strtok(NULL, ":"); g_snprintf(gc->username, sizeof(gc->username), "%s", c); + */ } else if (!strcasecmp(c, "IM_IN")) { char *away, *message; int a = 0;