| Value | Meaning |
|---|---|
| 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. |
| coreSettings1 << 3 | IRCPluginState.coreSettings was marked as updated. |
Bitfield enum of what member of an instance of IRCPluginState was updated (if any).