From fc2395ca4f05ae0cf8072114f56eb92c89de3fc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 1 Apr 2018 08:00:59 +0200 Subject: irc: replace "server" by "target" in help of commands when the argument is not an internal WeeChat server (issue #1165) --- doc/en/autogen/user/irc_commands.adoc | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'doc/en/autogen') diff --git a/doc/en/autogen/user/irc_commands.adoc b/doc/en/autogen/user/irc_commands.adoc index 05bea325b..441ec8933 100644 --- a/doc/en/autogen/user/irc_commands.adoc +++ b/doc/en/autogen/user/irc_commands.adoc @@ -376,9 +376,9 @@ reason: reason * `+links+`: list all servernames which are known by the server answering the query ---- -/links [[] ] +/links [[] ] - server: this server should answer the query + target: this remote server should answer the query server_mask: list of servers must match this mask ---- @@ -386,10 +386,10 @@ server_mask: list of servers must match this mask * `+list+`: list channels and their topic ---- -/list [[,...]] [] [-re ] +/list [[,...]] [] [-re ] channel: channel to list - server: server name + target: server name regex: POSIX extended regular expression used to filter results (case insensitive, can start by "(?-i)" to become case sensitive) Examples: @@ -573,10 +573,10 @@ message: part message (displayed to other users) * `+ping+`: send a ping to server ---- -/ping [] +/ping [] -server1: server -server2: forward ping to this server +target1: server +target2: forward ping to this server ---- [[command_irc_pong]] @@ -791,9 +791,9 @@ service: name of service * `+squit+`: disconnect server links ---- -/squit +/squit - server: server name + target: server name comment: comment ---- @@ -801,10 +801,10 @@ comment: comment * `+stats+`: query statistics about server ---- -/stats [ []] +/stats [ []] query: c/h/i/k/l/m/o/y/u (see RFC1459) -server: server name +target: server name ---- [[command_irc_summon]] @@ -891,9 +891,9 @@ target: server name * `+version+`: give the version info of nick or server (current or specified) ---- -/version [|] +/version [|] -server: server name +target: server name nick: nick ---- @@ -940,9 +940,9 @@ mask: only information which match this mask * `+whois+`: query information about user(s) ---- -/whois [] [[,...]] +/whois [] [[,...]] -server: server name +target: server name nick: nick (may be a mask) Without argument, this command will do a whois on: -- cgit v1.2.3