Project

General

Profile

Cycleall » History » Version 4

Per Amundsen, 02/16/2023 04:59 AM

1 1 Per Amundsen
_Added in 1.5_
2
3 3 Per Amundsen
*/cycleall [N] [message]*
4 1 Per Amundsen
5
Will part all active channels on current server and show a message if defined then delay N milliseconds and rejoin them.
6
7 3 Per Amundsen
_Was renamed from /cycle to /cycleall in 2.7._
8
9 1 Per Amundsen
*Parameters*
10
11 4 Per Amundsen
table(ktable).
12
|*Parameter*|*Description*|
13
| [N] | Numbers of milliseconds to delay before rejoining. |
14
| [message] | Part message to send. |
15 1 Per Amundsen
16
*Example*
17
18
<pre>
19
;Part all channels with part message 'Be right back in 2 seconds' and rejoin after 2 seconds. (2000 milliseconds)
20 3 Per Amundsen
/cycleall 2000 Be right back in 2 seconds.
21 1 Per Amundsen
22
;Part/Join all channels at once with no delay.
23
/cycle
24
</pre>