diff options
Diffstat (limited to 'docs/help/in/ctcp.in')
-rw-r--r-- | docs/help/in/ctcp.in | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/docs/help/in/ctcp.in b/docs/help/in/ctcp.in index ce553649..44d03064 100644 --- a/docs/help/in/ctcp.in +++ b/docs/help/in/ctcp.in @@ -1,7 +1,23 @@ +Syntax: + @SYNTAX:ctcp@ -Sends a CTCP message. For example CTCP ACTION, or CTCP VERSION. +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: ME, ACTION +See also: ACTION, ME |