mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 08:32:07 +02:00
/CONNECT, /SERVER: added -4 and -6 options for specifying if we should
connect to IPv4 or IPv6 address of the server. If -host or /SET hostname is set irssi determines from it if it should use IPv4 or v6. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1192 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
6358c2d627
commit
8938a0f42b
8 changed files with 39 additions and 22 deletions
|
|
@ -8,6 +8,7 @@ char *proxy;
|
|||
int proxy_port;
|
||||
char *proxy_string;
|
||||
|
||||
unsigned short family; /* 0 = don't care, AF_INET or AF_INET6 */
|
||||
char *address;
|
||||
int port;
|
||||
char *chatnet;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue