Mercurial > pidgin
comparison src/protocols/toc/toc.c @ 2526:413a81136e3a
[gaim-migrate @ 2539]
hi
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Wed, 17 Oct 2001 20:24:11 +0000 |
| parents | e7478176e760 |
| children | 34812d648f72 |
comparison
equal
deleted
inserted
replaced
| 2525:4fc6aac9da94 | 2526:413a81136e3a |
|---|---|
| 594 do_error_dialog(_("TOC has come back from its pause. You may now send" | 594 do_error_dialog(_("TOC has come back from its pause. You may now send" |
| 595 " messages again."), _("TOC Resume")); | 595 " messages again."), _("TOC Resume")); |
| 596 } | 596 } |
| 597 } else if (!strcasecmp(c, "CONFIG")) { | 597 } else if (!strcasecmp(c, "CONFIG")) { |
| 598 c = strtok(NULL, ":"); | 598 c = strtok(NULL, ":"); |
| 599 parse_toc_buddy_list(gc, c, 0); | 599 parse_toc_buddy_list(gc, c); |
| 600 } else if (!strcasecmp(c, "NICK")) { | 600 } else if (!strcasecmp(c, "NICK")) { |
| 601 /* ignore NICK so that things get imported/exported properly | 601 /* ignore NICK so that things get imported/exported properly |
| 602 c = strtok(NULL, ":"); | 602 c = strtok(NULL, ":"); |
| 603 g_snprintf(gc->username, sizeof(gc->username), "%s", c); | 603 g_snprintf(gc->username, sizeof(gc->username), "%s", c); |
| 604 */ | 604 */ |
