| 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")) { |