forked from PsychoticNinja/irssi
Add -nocap to /connect and /server connect syntax
This commit is contained in:
parent
f32d0ab51a
commit
07041c37d4
@ -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)
|
||||||
@ -215,7 +215,7 @@ static void cmd_server(const char *data, SERVER_REC *server, WI_ITEM_REC *item)
|
|||||||
[-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_pinned_cert <fingerprint>] [-tls_pinned_pubkey <fingerprint>]
|
[-tls_ciphers <list>] [-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>]]] */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user