1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-09 03:03:12 +02:00

Update message from IRC plugin when connection fails thru proxy

This commit is contained in:
Sebastien Helleu
2008-05-15 17:23:47 +02:00
parent 7ea3475b86
commit f67a516419
8 changed files with 29 additions and 28 deletions
+3 -1
View File
@@ -2033,7 +2033,9 @@ irc_server_child_read_cb (void *arg_server)
weechat_printf (server->buffer,
_("%s%s: proxy fails to establish "
"connection to server "
"(check username/password if used)"),
"(check username/password if used "
"and if IRC server address/port is "
"allowed by proxy)"),
weechat_prefix ("error"), "irc");
irc_server_close_connection (server);
irc_server_switch_address (server);