2021-10-22 22:16:28 +02:00

38 lines
876 B
Plaintext

# ctcp
<!-- comment
Please submit changes to
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/ctcp.in
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/core/irc-commands.c
endcomment -->
## Syntax ##
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:4ch"><code><span class="synB">CTCP</span> <span class="synB05">&lt;targets></span> <span class="synB05">&lt;ctcp command></span> <span class="syn10">[<span class="syn09">&lt;ctcp data></span>]</span></code></pre></div>
## Parameters ##
A target nickname or channel and a command.
## Description ##
Sends a CTCP request towards the given target nickname or channel.
## Examples ##
/CTCP mike PING
/CTCP #irssi VERSION
/CTCP bob USERINFO
/CTCP sarah CLIENTINFO
/CTCP john TIME
## See also ##
[ACTION](/documentation/help/action), [ME](/documentation/help/me)