IRCPlugin.postprocess

Allows a plugin to modify an event post-parsing.

class IRCPlugin
@system
bool
postprocess

Parameters

event IRCEvent

The IRCEvent in flight.

Return Value

Type: bool

Boolean of whether messages should be checked.

See Also