onNotice

Handle NOTICE events.

These are all(?) sent by the server and/or services. As such they often convey important special things, so parse those.

private pure @safe
void
onNotice
(,,
ref string slice
)

Parameters

parser IRCParser

Reference to the current IRCParser.

event IRCEvent

Reference to the IRCEvent to continue working on.

slice string

Reference to the slice of the raw IRC string.