mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 09:02:13 +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
|
|
@ -131,6 +131,7 @@ server_connect_copy_skeleton(SERVER_CONNECT_REC *src, int connect_info)
|
|||
dest->proxy = g_strdup(src->proxy);
|
||||
dest->proxy_port = src->proxy_port;
|
||||
dest->proxy_string = g_strdup(src->proxy_string);
|
||||
dest->proxy_password = g_strdup(src->proxy_password);
|
||||
|
||||
if (connect_info) {
|
||||
dest->family = src->family;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue