createTimerFiber

Given a Timer and a string channel name, creates a Fiber that implements the timer.

version(WithTimerPlugin)
private
createTimerFiber

Parameters

plugin TimerPlugin

The current TimerPlugin.

eventChannel IRCEvent.Channel

Channel from the IRCEvent.

name string

Timer name, used as inner key in TimerPlugin.timersByChannel.