mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 08:02:13 +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,8 +1,22 @@
|
|||
|
||||
Syntax:
|
||||
|
||||
@SYNTAX:cycle@
|
||||
|
||||
Cycles (leaves and joins) the current channel or the specified
|
||||
channel.
|
||||
Parameters:
|
||||
|
||||
A channel and the message. If no argument is given, the active channel
|
||||
will be used.
|
||||
|
||||
Description:
|
||||
|
||||
Leaves and rejoins a channel.
|
||||
|
||||
Examples:
|
||||
|
||||
/CYCLE
|
||||
/CYCLE #irssi
|
||||
/CYCLE #irssi BRB :)
|
||||
|
||||
See also: JOIN, PART
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue