mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 23:52:22 +02:00
added /SET proxy_password
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1414 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
27d7eaa3bf
commit
ae6d2014e5
5 changed files with 8 additions and 1 deletions
|
|
@ -109,6 +109,9 @@ static void server_init(IRC_SERVER_REC *server)
|
|||
|
||||
conn = server->connrec;
|
||||
|
||||
if (conn->proxy_password != NULL && *conn->proxy_password != '\0')
|
||||
irc_send_cmdv(server, "PASS %s", conn->proxy_password);
|
||||
|
||||
if (conn->proxy_string != NULL)
|
||||
irc_send_cmdv(server, conn->proxy_string, conn->address, conn->port);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue