Bitfield of in what way the plugin state was altered during postprocessing or event handler execution.
if (state.updates & IRCPluginState.Update.bot) { // state.bot was marked as updated state.updates |= IRCPluginState.Update.server; // state.server now marked as updated }
See Implementation
Bitfield of in what way the plugin state was altered during postprocessing or event handler execution.