diff options
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/autogen/user/irc_commands.asciidoc | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/it/autogen/user/irc_commands.asciidoc b/doc/it/autogen/user/irc_commands.asciidoc index 496018dfd..8cfc01c35 100644 --- a/doc/it/autogen/user/irc_commands.asciidoc +++ b/doc/it/autogen/user/irc_commands.asciidoc @@ -146,11 +146,17 @@ Examples: [command]*`ctcp`* invia un messaggio CTCP (Protocollo Client-A-Client):: ---- -/ctcp <destinazione> <tipo> [<argomenti>] +/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]] |