Package | Description |
---|---|
org.kitteh.irc.client.library.event.abstractbase |
Abstract events for minimizing code duplication, not guaranteed stable.
|
org.kitteh.irc.client.library.event.channel |
Events involving a
Channel . |
Modifier and Type | Class and Description |
---|---|
class |
TargetedUserChannelMessageEventBase
Abstract base class for events involving an Actor and Channel and have a
message while being targeted at a specific subset of users to that
Channel.
|
Modifier and Type | Class and Description |
---|---|
class |
ChannelCtcpEvent
The client has received a CTCP message! The method
getMessage()
returns the message with the delimiter character (1) removed. |
class |
ChannelKickEvent
A
User has kicked another User! |
class |
ChannelMessageEvent
Fires when a message is sent to a channel.
|
class |
ChannelNoticeEvent
Fires when a notice is sent to a channel.
|
class |
ChannelPartEvent
|
class |
ChannelTargetedCtcpEvent
Fires when a CTCP message is sent to a subset of users in a channel.
|
class |
ChannelTargetedMessageEvent
Fires when a message is sent to a subset of users in a channel.
|
class |
ChannelTargetedNoticeEvent
Fires when a notice is sent to a subset of users in a channel.
|
class |
UnexpectedChannelLeaveViaKickEvent
I have left a channel I want to be in, via kick!
|
class |
UnexpectedChannelLeaveViaPartEvent
I have left a channel I want to be in, via part!
|
Copyright © 2013–2021 Kitteh. All rights reserved.