NetIRC2 raises a number of events. These classes store the event information.
Classes
| Class | Description | |
|---|---|---|
| ChannelListEntryEventArgs |
Stores an entry of the channel list.
| |
| ChannelTopicChangeEventArgs |
Stores a change in a channel's topic.
| |
| ChatMessageEventArgs |
Stores a complete chat message.
| |
| InvitationEventArgs |
Stores information about a channel invitation.
| |
| IrcErrorEventArgs |
Stores an error.
| |
| JoinLeaveEventArgs |
Stores information about a user joining or leaving a channel.
| |
| KickEventArgs |
Stores information about a user being kicked from a channel.
| |
| ModeEventArgs |
Stores a mode change.
| |
| NameChangeEventArgs |
Stores information about a name change.
| |
| NameListEndEventArgs |
Marks the end of a channel's name list.
| |
| NameListReplyEventArgs |
Stores a list of names of users in a channel.
| |
| PingReplyEventArgs |
Stores the results of an earlier ping request.
| |
| QuitEventArgs |
Stores information about a user disconnecting from an IRC server.
| |
| SimpleMessageEventArgs |
Stores a one-line message.
| |
| TargetedMessageEventArgs |
Stores a sender and recipient for a targeted action.
|