onAnyEvent

Prints incoming events to the local terminal, in forms depending on which flags have been set with bot commands.

If AdminPlugin.printRaw is set by way of invoking onCommandPrintRaw, prints all incoming server strings.

If AdminPlugin.printBytes is set by way of invoking onCommandPrintBytes, prints all incoming server strings byte by byte.

version(WithAdminPlugin && Debug)
private
@IRCEventHandler().onEvent(IRCEvent.Type.ANY).channelPolicy(ChannelPolicy.any).chainable(true)
void
onAnyEvent