forked from PsychoticNinja/ailin-nemui-irssi
37 lines
807 B
Plaintext
37 lines
807 B
Plaintext
# cycle
|
|
|
|
<!-- comment
|
|
|
|
Please submit changes to
|
|
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/cycle.in
|
|
- https://github.com/ailin-nemui/irssi/blob/master/src/fe-common/core/fe-channels.c
|
|
|
|
|
|
endcomment -->
|
|
|
|
|
|
## Syntax ##
|
|
|
|
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:5ch"><code><span class="synB">CYCLE</span> <span class="syn10">[<span class="syn09"><channel></span>]</span> <span class="syn10">[<span class="syn09"><message></span>]</span></code></pre></div>
|
|
|
|
|
|
|
|
## 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](/documentation/help/join), [PART](/documentation/help/part)
|
|
|