AdminSettings

All Admin plugin settings, gathered in a struct.

Members

Variables

enabled
bool enabled;

Toggles whether or not the plugin should react to events at all.

printBytes
bool printBytes;

Toggles whether onAnyEvent prints the raw bytes of the *contents* of events or not.

printEvents
string printEvents;

A list of what IRCEvent.Types to prettyprint, using kameloso.prettyprint.prettyprint.

printRaw
bool printRaw;

Toggles whether onAnyEvent prints the raw strings of all incoming events or not.