onCommandPrintEventsImpl

Changes the contents of the AdminPlugin.eventTypesToPrint

array, to prettyprint all incoming events of the types with a value of true therein, using prettyprint.

This is for debugging purposes.

version(WithAdminPlugin && Debug)
package
void
onCommandPrintEventsImpl
(,
const string input
,)

Parameters

plugin AdminPlugin

The current AdminPlugin.

input string

A string of event types to print, separated by commas.

event IRCEvent

The event that triggered this command, if any. If it was not triggered by an event, it should be IRCEvent.init.