IRCParser.Update

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

Values

ValueMeaning
nothing0

Nothing marked as updated. Initial value.

client1 << 0

Parsing updated the internal IRCClient.

server1 << 1

Parsing updated the internal IRCServer.

Meta