IRCPluginImpl.tick

Tick function. Called once every main loop iteration.

mixintemplate IRCPluginImpl(Flag!"debug_" debug_ = No.debug_, string module_ = __MODULE__)
@safe override @system
bool
tick
(
const Duration elapsed
)

Parameters

elapsed Duration

Time since last tick.

Return Value

Type: bool

true to signal the main loop to check for messages; false if not.