comparison src/protocols/toc/toc.c @ 7117:943085b0ff8b

[gaim-migrate @ 7684] faceprint pointed out that parse_toc_buddy_list() was used in TOC, so it's now gaim_blist_parse_toc_buddy_list() (sucky function name). committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 02 Oct 2003 02:15:36 +0000
parents 9220c7490cd1
children bf630f7dfdcd
comparison
equal deleted inserted replaced
7116:6c8706109f92 7117:943085b0ff8b
715 _("TOC has come back from its pause. You may " 715 _("TOC has come back from its pause. You may "
716 "now send messages again."), NULL); 716 "now send messages again."), NULL);
717 } 717 }
718 } else if (!g_ascii_strcasecmp(c, "CONFIG")) { 718 } else if (!g_ascii_strcasecmp(c, "CONFIG")) {
719 c = strtok(NULL, ":"); 719 c = strtok(NULL, ":");
720 parse_toc_buddy_list(gc->account, c); 720 gaim_blist_parse_toc_buddy_list(gc->account, c);
721 } else if (!g_ascii_strcasecmp(c, "NICK")) { 721 } else if (!g_ascii_strcasecmp(c, "NICK")) {
722 /* ignore NICK so that things get imported/exported properly 722 /* ignore NICK so that things get imported/exported properly
723 c = strtok(NULL, ":"); 723 c = strtok(NULL, ":");
724 g_snprintf(gc->username, sizeof(gc->username), "%s", c); 724 g_snprintf(gc->username, sizeof(gc->username), "%s", c);
725 */ 725 */