1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 23:06:38 +02:00

relay: add missing line for "api" protocol in /help relay (issue #2066)

This commit is contained in:
Sébastien Helleu
2024-04-07 15:32:38 +02:00
parent 91a9af72b1
commit eacd0002dd
15 changed files with 64 additions and 15 deletions
+1
View File
@@ -770,6 +770,7 @@ relay_command_init ()
N_(" - protocol \"irc\": name is the server to share "
"(optional, if not given, the server name must be sent by client in "
"command \"PASS\", with format: \"PASS server:password\")"),
N_(" - protocol \"api\" (name is not used)"),
N_(" - protocol \"weechat\" (name is not used)"),
"",
N_("The \"irc\" protocol allows any IRC client (including WeeChat "