IRCPlugin.onBusMessage

Called when a bus message arrives from another plugin.

It is passed to all plugins and it is up to the receiving plugin to discard those not meant for it by examining the value of the header argument.

class IRCPlugin
@safe @system
void
onBusMessage
(
const string header
,)

Meta