Project

General

Profile

Cycleall » History » Version 2

Per Amundsen, 02/09/2014 04:25 PM

1 1 Per Amundsen
_Added in 1.5_
2
3 2 Per Amundsen
*/cycle [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
*Parameters*
8
9
[N] - Numbers of milliseconds to delay before rejoining.
10 2 Per Amundsen
[message] - Part message to send.
11 1 Per Amundsen
12
*Example*
13
14
<pre>
15
;Part all channels with part message 'Be right back in 2 seconds' and rejoin after 2 seconds. (2000 milliseconds)
16
/cycle 2000 Be right back in 2 seconds.
17
18
;Part/Join all channels at once with no delay.
19
/cycle
20
</pre>