handleModifyTimerLines

Edits a line of an existing timer, or insert one at a specific line position.

version(WithTimerPlugin)
private
void
handleModifyTimerLines
(,,
string slice
,
const bool insert
)

Parameters

plugin TimerPlugin

The current TimerPlugin.

event IRCEvent

The IRCEvent that requested the insert or edit.

slice string

Relevant slice of the original request string.

insert bool

Whether or not an insert action was requested. If insert: false, then an edit action was requested.