summaryrefslogtreecommitdiff
path: root/src/plugins/relay
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2019-05-12 21:00:11 +0200
committerSébastien Helleu <flashcode@flashtux.org>2019-05-12 21:39:22 +0200
commitf273487688a3d3121fd25fec75fc8860887c443b (patch)
tree0c360a1df8ba21dccc52087f579f6126b808b952 /src/plugins/relay
parent170c523c84d56b608e50a14a67b90927d652a760 (diff)
downloadweechat-f273487688a3d3121fd25fec75fc8860887c443b.zip
relay: add unix relay format in /help relay
Diffstat (limited to 'src/plugins/relay')
-rw-r--r--src/plugins/relay/relay-command.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/relay/relay-command.c b/src/plugins/relay/relay-command.c
index 6fd11b121..3f1a2bcfd 100644
--- a/src/plugins/relay/relay-command.c
+++ b/src/plugins/relay/relay-command.c
@@ -415,7 +415,8 @@ relay_command_init ()
" sslcertkey: set SSL certificate/key using path in option "
"relay.network.ssl_cert_key\n"
"\n"
- "Relay name is: [ipv4.][ipv6.][ssl.]<protocol.name>\n"
+ "Relay name is: [ipv4.][ipv6.][ssl.]<protocol.name> or "
+ "unix.[ssl.]<protocol.name>\n"
" ipv4: force use of IPv4\n"
" ipv6: force use of IPv6\n"
" ssl: enable SSL\n"