mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 08:32:07 +02:00
Syntax documentation rewrite for C-commands
Rewrote the syntax documentation for all the commands starting with the letter C.
This commit is contained in:
parent
fd3676e407
commit
3f79c8553c
8 changed files with 160 additions and 75 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue