handleModifyTimerLines

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

version(WithTimerPlugin)
private
void
handleModifyTimerLines
(,,
string slice
,
const Flag!"insert" 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 Flag!"insert"

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