Thresher 1.2 Class Documentation

Listener Members

Listener overview

Public Instance Constructors

Listener Constructor Create an instance ready to parse incoming messages.

Public Instance Methods

Equals (inherited from Object)
GetHashCode (inherited from Object)
GetType (inherited from Object)
ToString (inherited from Object)

Public Instance Events

OnAction An action message was sent to a channel.
OnAdmin The response to an Admin request.
OnAway A PrivateNotice or PrivateMessage message was sent to someone who is away.
OnChannelList Response to a RequestChannelList command.
OnChannelModeChange A channel's mode has changed.
OnChannelModeRequest The response to a RequestChannelModes command.
OnDisconnected This connection has been closed.
OnDisconnecting This connection is about to be closed.
OnError Error messages from the IRC server.
OnInfo The response to an Info request.
OnInvite The user has been invited to a channel.
OnInviteSent An Invite message was successfully sent to another user.
OnIson The response to a Ison request.
OnJoin Someone has joined a channel.
OnKick Someone has been kicked from a channel.
OnKill A User has been disconnected via a Kill message.
OnLinks The response to a Links request.
OnList The response to a List request.
OnLusers The response to a Lusers request.
OnMotd A server's 'Message of the Day'
OnNames The response to a Names request.
OnNick A user changed his nickname.
OnNickError The user tried to change his nick but it failed.
OnPart Someone has left a channel.
OnPing A server keep-alive message.
OnPrivate A private message was sent to the user.
OnPrivateAction A private action message was sent to the user.
OnPrivateNotice A private Notice type message was sent to the user.
OnPublic A public message was sent to a channel.
OnPublicNotice A Notice type message was sent to a channel.
OnQuit Someone has quit IRC.
OnRegistered Connection with the IRC server is open and registered.
OnReply Messages that are not handled by other events and are not errors.
OnStats The response to a Stats request.
OnTime The response to a Time request.
OnTopicChanged A channel's topic has changed.
OnTopicRequest The response to a RequestTopic command.
OnUserModeChange Someone's user mode has changed.
OnUserModeRequest The response to a RequestUserModes command for this user.
OnVersion The response to a Version request.
OnWho The response to a Who request.
OnWhois The response to a Whois request.
OnWhowas The response to a Whowas request.

See Also

Listener Class | Sharkbite.Irc Namespace