Syntax documentation rewrite for C-commands

Rewrote the syntax documentation for all the commands starting with the
letter C.
This commit is contained in:
Geert Hauwaerts 2014-07-03 17:41:15 +02:00
commit 3f79c8553c
8 changed files with 160 additions and 75 deletions

View file

@ -1,7 +1,23 @@
Syntax:
@SYNTAX:ctcp@
Sends a CTCP message. For example CTCP ACTION, or CTCP VERSION.
Parameters:
See also: ME, ACTION
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, ME