IRCPluginState.Update

Bitfield enum of what member of an instance of IRCPluginState was updated (if any).

Values

ValueMeaning
nothing0

Nothing marked as updated. Initial value.

bot1 << 0

IRCPluginState.bot was marked as updated.

client1 << 1

IRCPluginState.client was marked as updated.

server1 << 2

IRCPluginState.server was marked as updated.

settings1 << 3

IRCPluginState.settings was marked as updated.