IrcClient EventsNetIRC2 IRC Client Library for .NET
The IrcClient type exposes the following members.
Events

  NameDescription
Public eventClosed
Called when the connection is terminated.
Public eventConnected
Called when a connection is established.
Public eventGotChannelListBegin
Called when the server has begun sending the channel list.
Public eventGotChannelListEnd
Called when the server has finished sending the channel list.
Public eventGotChannelListEntry
Called for each entry of the channel list.
Public eventGotChannelTopicChange
Called when a channel's topic changes.
Public eventGotChatAction
Called when someone sends a chat action message.
Public eventGotInvitation
Called when the client receives an invitation to join a channel.
Public eventGotIrcError
Called when an error occurs.
Public eventGotJoinChannel
Called when someone joins a channel.
Public eventGotLeaveChannel
Called when someone leaves a channel.
Public eventGotMessage
Called when someone sends a message.
Public eventGotMode
Called when a channel or user's mode is changed.
Public eventGotMotdBegin
Called when the server has begun sending the Message of the Day.
Public eventGotMotdEnd
Called when the server has finished sending the Message of the Day.
Public eventGotMotdText
Called for each line of the Message of the Day sent by the server.
Public eventGotNameChange
Called when someone changes their name.
Public eventGotNameListEnd
Called at the completion of a channel's user list.
Public eventGotNameListReply
Called when the server is sending a channel's user list.
Public eventGotNotice
Called when someone sends a notice. Notices differ from ordinary messages in that, by convention, one should not send an automated reply in response (such as 'I am away from the keyboard.').
Public eventGotPingReply
Called on a user's reply to a ping.
Public eventGotUserKicked
Called when a user is kicked from a channel.
Public eventGotUserQuit
Called when a user disconnects from the server.
Public eventGotWelcomeMessage
Called when the server sends the welcome message.
Back to Top
See Also