IRCPluginImpl.postprocess

Lets a plugin modify an IRCEvent while it's begin constructed, before it's finalised and passed on to be handled.

mixintemplate IRCPluginImpl(Flag!"debug_" debug_ = No.debug_, string module_ = __MODULE__)
@safe override @system
bool
postprocess

Parameters

event IRCEvent

The IRCEvent in flight.

Return Value

Type: bool

Boolean of whether messages should be checked.