Tweaked config code.

This commit is contained in:
Håvard Pettersson
2014-10-11 11:23:26 +02:00
parent 9510732626
commit 38df57f07c
4 changed files with 121 additions and 97 deletions

View File

@ -239,11 +239,12 @@ twc_profile_load(struct t_twc_profile *profile)
"missing; aborting",
weechat_prefix("error"),
options->proxy_address, options->proxy_port);
return;
}
else
{
weechat_printf(profile->buffer,
"%sUsing proxy %s:%d",
"%susing proxy %s:%d",
weechat_prefix("network"),
options->proxy_address, options->proxy_port);
}