Delegate | Description |
---|
ActionEventHandler |
An action message was sent to a channel.
|
AdminEventHandler |
The response to an Admin request.
|
AwayEventHandler |
A Notice or Private message was sent to someone
whose status is away.
|
ChannelListEventHandler |
Response to a RequestChannelList command.
|
ChannelModeChangeEventHandler |
A channel's mode has changed.
|
ChannelModeRequestEventHandler |
The response to a RequestChannelModes command.
|
ChatMessageReceivedEventHandler |
A DCC chat message was received from the remote user.
|
ChatRequestTimeoutEventHandler |
When trying to initiate a DCC chat request the remote user
did not respond within the alotted time.
|
ChatSessionClosedEventHandler |
A DCC chat session has been closed.
|
ChatSessionOpenedEventHandler |
A DCC chat session has been opened with a remote user.
|
CtcpPingReplyEventHandler |
Someone has replied to a Ctcp ping request sent by this client.
|
CtcpPingRequestEventHandler |
Someone has sent a Ctcp Ping request.
|
CtcpReplyEventHandler |
Someone has replied to a Ctcp request sent by this client.
|
CtcpRequestEventHandler |
Someone has sent a Ctcp request.
|
DccChatRequestEventHandler |
Someone has requested a DCC chat session.
|
DccGetRequestEventHandler |
A remote user has requested a file. To respond
use Send with the relevant information.
|
DccSendRequestEventHandler |
Another user has offered to send a file.
|
DisconnectedEventHandler |
This connection has been closed
|
DisconnectingEventHandler |
This connection is about to be closed
|
ErrorMessageEventHandler |
Error messages from the IRC server.
|
FileTransferCompletedEventHandler |
A file was succefully transfered.
|
FileTransferInterruptedEventHandler |
Something happened to stop the transfer before it was completed. Normally
this will be due to one of the sides canceling the transfer.
|
FileTransferProgressEventHandler |
Called for each successful data block transfer. This allows the developer
to show a transfer progress display of some kind.
|
FileTransferStartedEventHandler |
The file transfer connection has been successfully opened and the data
transfer has begun.
|
FileTransferTimeoutEventHandler |
There has been no activity in this session for the timeout period. The
session is automatically closed and this event is raised.
|
InfoEventHandler |
The response to an Info request.
|
InviteEventHandler |
The user has been invited to a channel.
|
InviteSentEventHandler |
An Invite message was successfully sent to another user.
|
IsonEventHandler |
The response to a Ison request.
|
JoinEventHandler |
Someone has joined a channel.
|
KickEventHandler |
Someone has been kicked from a channel.
|
KillEventHandler |
Someone was disconnected from the server via a Kill.
|
LinksEventHandler |
The response to a Links request.
|
ListEventHandler |
The response to a List request.
|
LusersEventHandler |
The response to a Lusers request.
|
MotdEventHandler |
The server's "Message of the Day" if any.
|
NamesEventHandler |
The response to a Names request.
|
NickErrorEventHandler |
Called when a nick change fails.
|
NickEventHandler |
A user changed his nickname.
|
PartEventHandler |
Someone has left a channel.
|
PingEventHandler |
Called when a server sends a keep-alive Ping.
|
PrivateActionEventHandler |
A private action message was sent to the user.
|
PrivateMessageEventHandler |
A private message was sent to the user.
|
PrivateNoticeEventHandler |
A private Notice type message was sent to the user.
|
PublicMessageEventHandler |
A public message was sent to a channel.
|
PublicNoticeEventHandler |
A Notice type message was sent to a channel.
|
QuitEventHandler |
Someone has quit IRC.
|
RawMessageReceivedEventHandler |
The full unparsed text messages received from the IRC server. It
includes all messages received except for those exchanged during a DCC chat.
|
RawMessageSentEventHandler |
The full unparsed text messages sent to the IRC server. It
includes all messages sent except for those exchanged during a DCC chat.
|
RegisteredEventHandler |
Connection with IRC server is open and registered.
|
ReplyEventHandler |
Messages that are not handled by other events and are not errors.
|
StatsEventHandler |
The response to a Stats request.
|
TimeEventHandler |
The response to a Time request.
|
TopicEventHandler |
A channel's topic has changed.
|
TopicRequestEventHandler |
The response to a RequestTopic command.
|
UserModeChangeEventHandler |
This user's mode has changed.
|
UserModeRequestEventHandler |
The response to a RequestUserModes command for this user.
|
VersionEventHandler |
The response to a Version request.
|
WhoEventHandler |
The response to a Who request.
|
WhoisEventHandler |
The response to a Whois request.
|
WhowasEventHandler |
The response to a Whowas request.
|