onCommandBus

Sends an internal bus message to other plugins, much like how such can be sent with the Pipeline plugin.

version(WithAdminPlugin && Debug)
private
@IRCEventHandler().onEvent(IRCEvent.Type.CHAN).onEvent(IRCEvent.Type.QUERY).permissionsRequired(Permissions.admin).channelPolicy(ChannelPolicy.home).addCommand(IRCEventHandler.Command().word("bus").policy(PrefixPolicy.nickname).description("[debug] Sends an internal bus message.").addSyntax("$command [header] [content]"))
void
onCommandBus