Cycleall » History » Version 1
Per Amundsen, 02/09/2014 04:24 PM
| 1 | 1 | Per Amundsen | _Added in 1.5_ |
|---|---|---|---|
| 2 | |||
| 3 | */cycle [N] [msg]* |
||
| 4 | |||
| 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 | [msg] - Part message to send. |
||
| 11 | |||
| 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> |