IRCPluginImpl.onBusMessage

Proxies a bus message to the plugin, to let it handle it (or not).

mixintemplate IRCPluginImpl(Flag!"debug_" debug_ = No.debug_, string module_ = __MODULE__)
@safe override @system
void
onBusMessage
(
const string header
,)

Parameters

header string

String header for plugins to examine and decide if the message was meant for them.

content Sendable

Wildcard content, to be cast to concrete types if the header matches.

Meta