blob: 913276b705717344d1fa74039e2c623246f0b295 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
---
layout: page
title: "Help: cycle"
---
{% comment %}
Please submit changes to
- https://github.com/irssi/irssi/blob/master/docs/help/in/cycle.in
- https://github.com/irssi/irssi/blob/master/src/fe-common/core/fe-channels.c
{% endcomment %}
[Help index](/documentation/help)
### Syntax ###
<div class="highlight irssisyntax"><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)
|