printEventDebugDetails

Print what we know about an event, from an error perspective.

private
void
printEventDebugDetails
(
const ref IRCEvent event
,
const string raw
,
const bool eventWasInitialised = true
)

Parameters

event IRCEvent

The IRCEvent in question.

raw string

The raw string that event was parsed from, as read from the IRC server.

eventWasInitialised bool

Whether the IRCEvent was initialised or if it was only ever set to void.