From 07041c37d457780ccf6bc5931f92b65e91ba7dc7 Mon Sep 17 00:00:00 2001 From: Jari Matilainen Date: Mon, 12 Sep 2022 14:15:11 +0200 Subject: [PATCH] Add -nocap to /connect and /server connect syntax --- src/core/chat-commands.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/core/chat-commands.c b/src/core/chat-commands.c index dd8dbe75..2f5c4b42 100644 --- a/src/core/chat-commands.c +++ b/src/core/chat-commands.c @@ -114,8 +114,8 @@ static SERVER_CONNECT_REC *get_server_connect(const char *data, int *plus_addr, [-tls_verify] [-tls_cafile ] [-tls_capath ] [-tls_ciphers ] [-tls_pinned_cert ] [-tls_pinned_pubkey ] [-!] [-noautosendcmd] [-tls | -notls] - [-starttls | -disallow_starttls] [-noproxy] [-network ] - [-host ] [-rawlog ] + [-nocap] [-starttls | -disallow_starttls] [-noproxy] + [-network ] [-host ] [-rawlog ]
| [ [ []]] */ /* NOTE: -network replaces the old -ircnet flag. */ 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 ] [-tls_verify] [-tls_cafile ] [-tls_capath ] [-tls_ciphers ] [-tls_pinned_cert ] [-tls_pinned_pubkey ] - [-!] [-noautosendcmd] + [-!] [-noautosendcmd] [-nocap] [-noproxy] [-network ] [-host ] [-rawlog ] [+]
| [ [ []]] */