Actions
Added in 1.5
/cycleall [N] [message]
Will part all active channels on current server and show a message if defined then delay N milliseconds and rejoin them.
Was renamed from /cycle to /cycleall in 2.7.
Parameters
Parameter | Description |
[N] | Numbers of milliseconds to delay before rejoining. |
[message] | Part message to send. |
Example
;Part all channels with part message 'Be right back in 2 seconds' and rejoin after 2 seconds. (2000 milliseconds) /cycleall 2000 Be right back in 2 seconds. ;Part/Join all channels at once with no delay. /cycle
Updated by Per Amundsen over 1 year ago · 4 revisions