diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-12-02 10:08:23 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-12-02 10:08:23 +0100 |
commit | 443b6962b45829618bc47089fd3d43f5b262fe10 (patch) | |
tree | 9326a912a787a80e78af7874549c580f7dff11bd /doc/en | |
parent | e0b528600f99639a3b8916ba2e2324d15af8c5ed (diff) | |
download | weechat-443b6962b45829618bc47089fd3d43f5b262fe10.zip |
Replace "receiver" by "target" in help of some IRC commands
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/autogen/user/irc_commands.txt | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/en/autogen/user/irc_commands.txt b/doc/en/autogen/user/irc_commands.txt index d33f8d724..0e0a5b6af 100644 --- a/doc/en/autogen/user/irc_commands.txt +++ b/doc/en/autogen/user/irc_commands.txt @@ -72,13 +72,13 @@ /connect my.server.org/6697 -ssl -password=test ........................................ -• *`/ctcp`* `receiver type [arguments]`:: +• *`/ctcp`* `target type [arguments]`:: ........................................ send a CTCP message (Client-To-Client Protocol) - receiver: nick or channel to send CTCP to - type: CTCP type (examples: "version", "ping", ..) + target: nick or channel to send CTCP to + type: CTCP type (examples: "version", "ping", ..) arguments: arguments for CTCP ........................................ @@ -327,14 +327,14 @@ target: server name ........................................ -• *`/msg`* `[-server server] receiver[,receiver] text`:: +• *`/msg`* `[-server server] target[,target] text`:: ........................................ send message to a nick or channel - server: send to this server (internal name) - receiver: nick or channel (may be mask, '*' = current channel) - text: text to send + server: send to this server (internal name) + target: nick or channel (may be mask, '*' = current channel) + text: text to send ........................................ • *`/names`* `[channel[,channel]]`:: @@ -354,14 +354,14 @@ nickname: new nickname ........................................ -• *`/notice`* `[-server server] receiver text`:: +• *`/notice`* `[-server server] target text`:: ........................................ send notice message to user - server: send to this server (internal name) - receiver: nick or channel - text: text to send + server: send to this server (internal name) + target: nick or channel + text: text to send ........................................ • *`/notify`* `[add nick [server [-away]]] | [del nick|-all [server]]`:: |