[ 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 related to user-specific chat events.

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

Syntax

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

Members

Member nameDescription
None
Indicates that the user is normal.
BlizzardRepresentative
Indicates that the user is a Blizzard representative.
ChannelOperator
Indicates that the user is a channel operator.
Speaker
Indicates that the user has a Speaker icon.
BattleNetAdministrator
Indicates that the user is a Battle.net Administrator.
NoUDP
Indicates that the user's client expects UDP support but lacks it.
Squelched
Indicates that the user is currently squelched by the client.
SpecialGuest
Indicates a channel special guest.
BeepEnabled Obsolete.
Represented when the client had "beep" enabled, a client-side setting. No longer supported on Battle.net.
PglPlayer Obsolete.
Represented PGL players. No longer seen on Battle.net.
PglOfficial Obsolete.
Represented PGL officials. No longer seen on Battle.net.
KbkPlayer Obsolete.
Represented KBK players. No longer seen on Battle.net.
WcgOfficial
The flag for WCG officials.
KbkSingles Obsolete.
Represented KBK singles players. No longer seen on Battle.net.
KbkBeginner Obsolete.
Represented beginner KBK players. No longer seen on Battle.net.
WhiteKbk Obsolete.
Represented a single bar for KBK players. No longer seen on Battle.net.
GFOfficial
The flag for GF officials.
GFPlayer
The flag for GF players.
PglPlayer2
The current flag for PGL players.

See Also