summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
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]]