src/protocols/toc/toc.c

changeset 2584
1d2c4de26640
parent 2526
4efae93c7ed6
child 2597
51ca3fb939c9
equal deleted inserted replaced
2583:cac7c323c39e 2584:1d2c4de26640
766 gc->user->proto_opt[USEROPT_AUTH][0] ? 766 gc->user->proto_opt[USEROPT_AUTH][0] ?
767 gc->user->proto_opt[USEROPT_AUTH] : TOC_HOST, 767 gc->user->proto_opt[USEROPT_AUTH] : TOC_HOST,
768 gc->user->proto_opt[USEROPT_AUTHPORT][0] ? 768 gc->user->proto_opt[USEROPT_AUTHPORT][0] ?
769 atoi(gc->user->proto_opt[USEROPT_AUTHPORT]) : TOC_PORT, 769 atoi(gc->user->proto_opt[USEROPT_AUTHPORT]) : TOC_PORT,
770 url); 770 url);
771 grab_url(tmp, toc_got_info, NULL); 771 grab_url(tmp, FALSE, toc_got_info, NULL);
772 } else if (!strcasecmp(c, "DIR_STATUS")) { 772 } else if (!strcasecmp(c, "DIR_STATUS")) {
773 } else if (!strcasecmp(c, "ADMIN_NICK_STATUS")) { 773 } else if (!strcasecmp(c, "ADMIN_NICK_STATUS")) {
774 } else if (!strcasecmp(c, "ADMIN_PASSWD_STATUS")) { 774 } else if (!strcasecmp(c, "ADMIN_PASSWD_STATUS")) {
775 do_error_dialog(_("Password Change Successeful"), _("Gaim - Password Change")); 775 do_error_dialog(_("Password Change Successeful"), _("Gaim - Password Change"));
776 } else if (!strcasecmp(c, "PAUSE")) { 776 } else if (!strcasecmp(c, "PAUSE")) {

mercurial