[ the jinxbot project :: home | community forum | bn# | controls | mbncsutil | get the source ]

[This is preliminary documentation and is subject to change.]

Specifies the flags that can be applied to channel-related chat events.

Namespace:  BNSharp
Assembly:  BNSharp (in BNSharp.dll) Version: 0.8.8.15 (0.08.08.15)

Syntax

C#
[FlagsAttribute]
public enum ChannelFlags
Visual Basic (Declaration)
<FlagsAttribute> _
Public Enumeration ChannelFlags
Visual C++
[FlagsAttribute]
public enum class ChannelFlags

Members

Member nameDescription
None
Specifies that the channel is a normal private channel.
PublicChannel
Specifies that the channel is public.
ModeratedChannel
Specifies that the channel is moderated by a Blizzard representative.
RestrictedChannel
Specifies that the channel is restricted.
SilentChannel
Specifies that the channel is silent.
SystemChannel
Specifies that the channel is provided by the system.
ProductSpecificChannel
Specifies that the channel is specific to a product.
GloballyAccessibleChannel
Specifies that the channel is globally-accessible.

See Also