comparison src/toc.c @ 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 a69396ce5bab
children 705783e5ab8c
comparison
equal deleted inserted replaced
2018:58d75a0559d3 2019:d460cd7cf37a
424 } 424 }
425 } else if (!strcasecmp(c, "CONFIG")) { 425 } else if (!strcasecmp(c, "CONFIG")) {
426 c = strtok(NULL, ":"); 426 c = strtok(NULL, ":");
427 parse_toc_buddy_list(gc, c, 0); 427 parse_toc_buddy_list(gc, c, 0);
428 } else if (!strcasecmp(c, "NICK")) { 428 } else if (!strcasecmp(c, "NICK")) {
429 /* ignore NICK so that things get imported/exported properly
429 c = strtok(NULL, ":"); 430 c = strtok(NULL, ":");
430 g_snprintf(gc->username, sizeof(gc->username), "%s", c); 431 g_snprintf(gc->username, sizeof(gc->username), "%s", c);
432 */
431 } else if (!strcasecmp(c, "IM_IN")) { 433 } else if (!strcasecmp(c, "IM_IN")) {
432 char *away, *message; 434 char *away, *message;
433 int a = 0; 435 int a = 0;
434 436
435 c = strtok(NULL, ":"); 437 c = strtok(NULL, ":");