forked from PsychoticNinja/irssi
Merge pull request #1414 from irssi/vague666-patch-4
Add -nocap to /connect and /server connect syntax (cherry picked from commit 55913ade1350a4c1087b0238ac863e0bab081fd7)
This commit is contained in:
parent
277923aaac
commit
26f9750ad1
@ -114,8 +114,8 @@ static SERVER_CONNECT_REC *get_server_connect(const char *data, int *plus_addr,
|
|||||||
[-tls_verify] [-tls_cafile <cafile>] [-tls_capath <capath>]
|
[-tls_verify] [-tls_cafile <cafile>] [-tls_capath <capath>]
|
||||||
[-tls_ciphers <list>] [-tls_pinned_cert <fingerprint>]
|
[-tls_ciphers <list>] [-tls_pinned_cert <fingerprint>]
|
||||||
[-tls_pinned_pubkey <fingerprint>] [-!] [-noautosendcmd] [-tls | -notls]
|
[-tls_pinned_pubkey <fingerprint>] [-!] [-noautosendcmd] [-tls | -notls]
|
||||||
[-starttls | -disallow_starttls] [-noproxy] [-network <network>]
|
[-nocap] [-starttls | -disallow_starttls] [-noproxy]
|
||||||
[-host <hostname>] [-rawlog <file>]
|
[-network <network>] [-host <hostname>] [-rawlog <file>]
|
||||||
<address>|<chatnet> [<port> [<password> [<nick>]]] */
|
<address>|<chatnet> [<port> [<password> [<nick>]]] */
|
||||||
/* NOTE: -network replaces the old -ircnet flag. */
|
/* NOTE: -network replaces the old -ircnet flag. */
|
||||||
static void cmd_connect(const char *data)
|
static void cmd_connect(const char *data)
|
||||||
@ -211,14 +211,14 @@ static void cmd_server(const char *data, SERVER_REC *server, WI_ITEM_REC *item)
|
|||||||
command_runsub("server", data, server, item);
|
command_runsub("server", data, server, item);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* SYNTAX: SERVER CONNECT [-4 | -6] [-tls] [-tls_cert <cert>] [-tls_pkey <pkey>]
|
/* SYNTAX: SERVER CONNECT [-4 | -6] [-tls] [-tls_cert <cert>] [-tls_pkey <pkey>]
|
||||||
[-tls_pass <password>] [-tls_verify] [-tls_cafile <cafile>]
|
[-tls_pass <password>] [-tls_verify] [-tls_cafile <cafile>]
|
||||||
[-tls_capath <capath>]
|
[-tls_capath <capath>] [-tls_ciphers <list>]
|
||||||
[-tls_ciphers <list>] [-tls_pinned_cert <fingerprint>] [-tls_pinned_pubkey <fingerprint>]
|
[-tls_pinned_cert <fingerprint>] [-tls_pinned_pubkey <fingerprint>]
|
||||||
[-!] [-noautosendcmd]
|
[-!] [-noautosendcmd] [-nocap]
|
||||||
[-noproxy] [-network <network>] [-host <hostname>]
|
[-noproxy] [-network <network>] [-host <hostname>]
|
||||||
[-rawlog <file>]
|
[-rawlog <file>]
|
||||||
[+]<address>|<chatnet> [<port> [<password> [<nick>]]] */
|
[+]<address>|<chatnet> [<port> [<password> [<nick>]]] */
|
||||||
/* NOTE: -network replaces the old -ircnet flag. */
|
/* NOTE: -network replaces the old -ircnet flag. */
|
||||||
static void cmd_server_connect(const char *data, SERVER_REC *server)
|
static void cmd_server_connect(const char *data, SERVER_REC *server)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user