IRCPlugin.tick

Called on each iteration of the main loop.

class IRCPlugin
@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.

See Also