summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2016-01-17 08:54:23 +0100
committerSébastien Helleu <flashcode@flashtux.org>2016-01-17 08:54:23 +0100
commit59e326da650ca030a6ab287bb3608db150b4a5f2 (patch)
tree21f400713e6712f33deacb496e7231f46541901b /doc/en
parent9d4554e8058d884bbc980599f3311dddcf5f9127 (diff)
downloadweechat-59e326da650ca030a6ab287bb3608db150b4a5f2.zip
core: update translations
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/autogen/user/irc_commands.asciidoc12
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/en/autogen/user/irc_commands.asciidoc b/doc/en/autogen/user/irc_commands.asciidoc
index b8a469d11..4f3b4d1e4 100644
--- a/doc/en/autogen/user/irc_commands.asciidoc
+++ b/doc/en/autogen/user/irc_commands.asciidoc
@@ -146,11 +146,17 @@ Examples:
[command]*`ctcp`* send a CTCP message (Client-To-Client Protocol)::
----
-/ctcp <target> <type> [<arguments>]
+/ctcp [-server <server>] <target>[,<target>...] <type> [<arguments>]
- target: nick or channel name to send CTCP to
- type: CTCP type (examples: "version", "ping", ..)
+ server: send to this server (internal name)
+ target: nick or channel ('*' = current channel)
+ type: CTCP type (examples: "version", "ping", ..)
arguments: arguments for CTCP
+
+Examples:
+ /ctcp toto time
+ /ctcp toto version
+ /ctcp * version
----
[[command_irc_cycle]]