ensureChannel

Ensures a IRCChannel exists in the IRCPlugin's IRCPluginState.channels associative array.

@safe
ensureChannel

Parameters

plugin IRCPlugin

The IRCPlugin this relates to.

channel IRCEvent.Channel

The IRCEvent.Channel to ensure an IRCChannel object for.

Return Value

Type: auto

A pointer to a IRCChannel object.