Battle.net channel flags
Battle.net channel flags are seen when you join a channel on Battle.net and specify certain features about the channel. They are binary flags.
Possible flags
They are listed below in hexadecimal notation. In scripting, these flags can be combined and compared using the VBScript bitwise operators.
- 0x00001 = Public channel
- 0x00002 = Moderated
- 0x00004 = Restricted
- 0x00008 = Silent
- 0x00010 = System
- 0x00020 = Product-specific
- 0x01000 = Globally accessible
- 0x04000 = Redirected
- 0x08000 = Chat
- 0x10000 = Tech support
See also
- Battle.net user flags
- Event_ChannelJoin(ChannelName, Flags)
- Hexadecimal