[ the jinxbot project :: home | community forum | bn# | controls | mbncsutil | get the source ]
Assembly: BNSharp (in BNSharp.dll) Version: 0.8.8.15 (0.08.08.15)
[This is preliminary documentation and is subject to change.]
Specifies types of chat events that may occur.
Namespace:
BNSharpAssembly: BNSharp (in BNSharp.dll) Version: 0.8.8.15 (0.08.08.15)
Syntax
| C# |
|---|
public enum ChatEventType |
| Visual Basic (Declaration) |
|---|
Public Enumeration ChatEventType |
| Visual C++ |
|---|
public enum class ChatEventType |
Members
| Member name | Description | |
|---|---|---|
| None |
Specifies an invalid chat event type.
| |
| UserInChannel |
Indicates that another user was already in the current channel when it was joined by the client.
| |
| UserJoinedChannel |
Indicates that another user has joined the current channel.
| |
| UserLeftChannel |
Indicates that another user has left the current channel.
| |
| WhisperReceived |
Indicates that another user has whispered the client.
| |
| Talk |
Indicates that a user in the current channel spoke.
| |
| Broadcast |
Indicates that a server operator has broadcast a message.
| |
| NewChannelJoined |
Indicates that the client joined a new channel.
| |
| UserFlagsChanged |
Indicates that a user's channel properties have been updated.
| |
| WhisperSent |
Indicates that a whisper was sent.
| |
| ChannelFull |
Indicates that a channel join failed because the channel is full.
| |
| ChannelDNE |
Indicates that a channel view failed because the channel does not exist.
| |
| ChannelRestricted |
Indicates that a channel join failed because the channel is restricted.
| |
| Information |
Indicates that the server is relaying information, perhaps from a command.
| |
| Error |
Indicates that there was a command error.
| |
| Emote |
Indicates that a user has performed an emote.
|