appendToErrors

Appends an error to an IRCEvent's error string member.

Note: Gated behind version TwitchWarnings.

version(TwitchSupport && TwitchWarnings)
private pure @safe nothrow
void
appendToErrors
(,
const string message
)

Parameters

event IRCEvent

The IRCEvent to append the error to.

message string

The error message to append.