TimerPlugin.Channel

Contained state of a channel, so that there can be several alongside each other.

Constructors

this
this(IRCEvent.Channel fromEvent)

Constructor.

Members

Variables

fromEvent
IRCEvent.Channel fromEvent;

Channel from IRCEvent.

messageCount
ulong messageCount;

Current message count.

timerPointers
Timer*[string] timerPointers;

Pointers to Timers in TimerPlugin.timersByChannel.