cycle

Implementation of cycling, called by onCommandCycle.

Note: Must be called from within a Fiber.

version(WithAdminPlugin)
private
void
cycle
(,
const string channelName
,
const Duration delay_ = Duration.zero
,
const string key = string.init
)

Parameters

plugin AdminPlugin

The current AdminPlugin.

channelName string

The name of the channel to cycle.

delay_ Duration

(Optional) Duration to delay rejoining.

key string

(Optional) The key to use when rejoining the channel.