mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 22:06:38 +02:00
relay: add protocol "weechat" in /help relay
This commit is contained in:
@@ -307,17 +307,20 @@ relay_command_init ()
|
||||
" listrelay: list relays (name and port)\n"
|
||||
" add: add relay for a protocol + name\n"
|
||||
" del: remove relay for a protocol + name\n"
|
||||
"protocol.name: protocol and name to relay\n"
|
||||
" currently, only protocol \"irc\" "
|
||||
"is supported\n"
|
||||
" for example: irc.freenode\n"
|
||||
"protocol.name: protocol and name to relay:\n"
|
||||
" - protocol \"irc\": name is the "
|
||||
"server to share\n"
|
||||
" - protocol \"weechat\" (name is "
|
||||
"not used)\n"
|
||||
" port: port used for relay\n"
|
||||
" raw: open buffer with raw Relay data\n\n"
|
||||
"Without argument, this command opens buffer "
|
||||
"with list of relay clients.\n\n"
|
||||
"Example:\n"
|
||||
"Examples:\n"
|
||||
" irc proxy, for server \"freenode\":\n"
|
||||
" /relay add irc.freenode 8000"),
|
||||
" /relay add irc.freenode 8000\n"
|
||||
" weechat protocol:\n"
|
||||
" /relay add weechat 8001"),
|
||||
"list %(relay_relays)"
|
||||
" || listfull %(relay_relays)"
|
||||
" || listrelay"
|
||||
|
||||
Reference in New Issue
Block a user