Class | Description |
---|---|
ChannelCtcpEvent |
The client has received a CTCP message! The method
ActorChannelMessageEventBase.getMessage()
returns the message with the delimiter character (1) removed. |
ChannelInviteEvent | |
ChannelJoinEvent | |
ChannelKickEvent |
A
User has kicked another User! |
ChannelKnockEvent |
Somebody wishes to join a
Channel ! |
ChannelMessageEvent |
Fires when a message is sent to a channel.
|
ChannelModeEvent |
Channel a la mode.
|
ChannelModeInfoListEvent |
A list of mode info is available!
|
ChannelNamesUpdatedEvent |
Called after completion of a NAMES command, or after joining a channel.
|
ChannelNoticeEvent |
Fires when a notice is sent to a channel.
|
ChannelPartEvent | |
ChannelTagMessageEvent |
Fires when a tag message is sent to a channel.
|
ChannelTargetedCtcpEvent |
Fires when a CTCP message is sent to a subset of users in a channel.
|
ChannelTargetedMessageEvent |
Fires when a message is sent to a subset of users in a channel.
|
ChannelTargetedNoticeEvent |
Fires when a notice is sent to a subset of users in a channel.
|
ChannelTargetedTagMessageEvent |
Fires when a tag message is sent to a subset of users in a channel.
|
ChannelTopicEvent |
The server has informed us of a channel's topic.
|
ChannelUsersUpdatedEvent |
Called after completion of a WHO command.
|
RequestedChannelJoinCompleteEvent |
I have successfully joined the channel I wanted! Will fire each time the
client joins a channel added via
Client.addChannel(java.lang.String...) and not removed
via Client.removeChannel(java.lang.String) , such as if the client is repeatedly
kicked and then invited back. |
UnexpectedChannelLeaveViaKickEvent |
I have left a channel I want to be in, via kick!
|
UnexpectedChannelLeaveViaPartEvent |
I have left a channel I want to be in, via part!
|
Channel
.Copyright © 2013–2021 Kitteh. All rights reserved.