warnAboutOverwrittenAuxString

Warns about the an element of the aux array in an IRCEvent being overwritten.

Note: Gated behind version TwitchWarnings.

version(TwitchSupport && TwitchWarnings)
private @safe
void
warnAboutOverwrittenAuxString
(,
const size_t i
,
const string key
,
const string tagType
,)

Parameters

event IRCEvent

The IRCEvent whose aux element was overwritten.

i size_t

The index of the aux array element being overwritten.

key string

The key of the tag that is overwriting the aux array element.

tagType string

The type of tag that is overwriting the aux array element.

printTagsOnExit bool

Whether or not the caller should print the tags of the IRCEvent upon leaving its function.