1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-19 17:44:47 +02:00

relay: add example with "api" protocol in /help relay (issue #2066)

This commit is contained in:
Sébastien Helleu
2024-04-07 15:33:11 +02:00
parent eacd0002dd
commit 8cb302e600
+6 -5
View File
@@ -790,11 +790,12 @@ relay_command_init ()
AI(" /relay add irc.libera 8000"),
AI(" /relay add tls.irc.libera 8001"),
AI(" /relay add tls.irc 8002"),
AI(" /relay add weechat 9000"),
AI(" /relay add tls.weechat 9001"),
AI(" /relay add ipv4.tls.weechat 9001"),
AI(" /relay add ipv6.tls.weechat 9001"),
AI(" /relay add ipv4.ipv6.tls.weechat 9001"),
AI(" /relay add tls.api 9000"),
AI(" /relay add weechat 10000"),
AI(" /relay add tls.weechat 10001"),
AI(" /relay add ipv4.tls.weechat 10001"),
AI(" /relay add ipv6.tls.weechat 10001"),
AI(" /relay add ipv4.ipv6.tls.weechat 10001"),
AI(" /relay add unix.weechat ${weechat_runtime_dir}/relay_socket")),
"list %(relay_relays)"
" || listfull %(relay_relays)"