postparseSanityCheck

Checks for some specific erroneous edge cases in an IRCEvent.

Descriptions of the errors are stored in event.errors.

private pure @safe
void
postparseSanityCheck
(
const ref IRCParser parser
,)

Parameters

parser IRCParser

Reference to the current IRCParser.

event IRCEvent

Reference to the IRCEvent to continue working on.