summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-12-02 10:08:23 +0100
committerSebastien Helleu <flashcode@flashtux.org>2010-12-02 10:08:23 +0100
commit443b6962b45829618bc47089fd3d43f5b262fe10 (patch)
tree9326a912a787a80e78af7874549c580f7dff11bd /doc/en
parente0b528600f99639a3b8916ba2e2324d15af8c5ed (diff)
downloadweechat-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.txt22
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
........................................
-&bull; *`/ctcp`* `receiver type [arguments]`::
+&bull; *`/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
........................................
-&bull; *`/msg`* `[-server server] receiver[,receiver] text`::
+&bull; *`/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
........................................
&bull; *`/names`* `[channel[,channel]]`::
@@ -354,14 +354,14 @@
nickname: new nickname
........................................
-&bull; *`/notice`* `[-server server] receiver text`::
+&bull; *`/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
........................................
&bull; *`/notify`* `[add nick [server [-away]]] | [del nick|-all [server]]`::