comparison src/toc.c @ 318:35796808896a

[gaim-migrate @ 328] This is the way it's *SUPPOSED* to be done. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 02 Jun 2000 18:59:27 +0000
parents f905caee43ca
children b573f33c5e0e
comparison
equal deleted inserted replaced
317:a91a898ea22d 318:35796808896a
442 442
443 serv_got_update(c, logged, evil, signon, time_idle, type); 443 serv_got_update(c, logged, evil, signon, time_idle, type);
444 444
445 } else if (!strcasecmp(c, "CONFIG")) { 445 } else if (!strcasecmp(c, "CONFIG")) {
446 /* do we want to load the buddy list again here? */ 446 /* do we want to load the buddy list again here? */
447 c = strtok(NULL,":");
448 parse_toc_buddy_list(c, 0);
447 } else if (!strcasecmp(c, "ERROR")) { 449 } else if (!strcasecmp(c, "ERROR")) {
448 /* This should be handled by wait_reply 450 /* This should be handled by wait_reply
449 c = strtok(NULL,":"); 451 c = strtok(NULL,":");
450 show_error_dialog(c); 452 show_error_dialog(c);
451 */ 453 */