Skip to content

Instantly share code, notes, and snippets.

@RElesgoe
Created May 25, 2016 01:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RElesgoe/d104e01f02ff354aab8e6e153315e9e5 to your computer and use it in GitHub Desktop.
Save RElesgoe/d104e01f02ff354aab8e6e153315e9e5 to your computer and use it in GitHub Desktop.
enum class Flags : int
{
None = 0x000000,
Public = 0x000001,
Moderated = 0x000002,
Restricted = 0x000004,
Silent = 0x000008,
System = 0x000010,
Official = 0x000020,
Permanent = 0x000040,
AllowBots = 0x000080,
AllowOperators = 0x000100,
Clan = 0x000200,
AutoName = 0x000400,
Global = 0x001000,
Redirected = 0x004000,
Chat = 0x008000,
TechSupport = 0x010000
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment