handleAddToOneliner

Adds or inserts a line into a oneliner, or modifies an existing line.

version(WithOnelinerPlugin)
private
void
handleAddToOneliner
(,
const ref IRCEvent event
,
string slice
,
const string verb
)

Parameters

plugin OnelinerPlugin

The current OnelinerPlugin.

event IRCEvent

The IRCEvent that requested the addition (or modification).

slice string

Relevant slice of the original request string.

verb string

The string verb of what action was requested; "add", "insert" or "edit".