mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 00:22:17 +02:00
Syntax format changes for A-C commands
Updated the file format template for commands A through C.
This commit is contained in:
parent
878411edc4
commit
037fae0ed5
15 changed files with 110 additions and 106 deletions
|
|
@ -1,17 +1,17 @@
|
|||
|
||||
Syntax:
|
||||
%9Syntax:%9
|
||||
|
||||
@SYNTAX:ctcp@
|
||||
|
||||
Parameters:
|
||||
%9Parameters:%9
|
||||
|
||||
A target nickname or channel and a command.
|
||||
|
||||
Description:
|
||||
%9Description:%9
|
||||
|
||||
Sends a CTCP request towards the given target nickname or channel.
|
||||
|
||||
Examples:
|
||||
%9Examples:%9
|
||||
|
||||
/CTCP mike PING
|
||||
/CTCP #irssi VERSION
|
||||
|
|
@ -19,5 +19,5 @@ Examples:
|
|||
/CTCP sarah CLIENTINFO
|
||||
/CTCP john TIME
|
||||
|
||||
See also: ACTION, ME
|
||||
%9See also:%9 ACTION, ME
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue