Package | Description |
---|---|
org.kitteh.irc.client.library.event.channel |
Events involving a
Channel . |
org.kitteh.irc.client.library.event.user | |
org.kitteh.irc.client.library.feature.filter |
Event filters.
|
Modifier and Type | Class and Description |
---|---|
class |
ChannelCtcpEvent
The client has received a CTCP message! The method
ActorChannelMessageEventBase.getMessage()
returns the message with the delimiter character (1) removed. |
class |
ChannelTargetedCtcpEvent
Fires when a CTCP message is sent to a subset of users in a channel.
|
Modifier and Type | Class and Description |
---|---|
class |
PrivateCtcpQueryEvent
The client has received a CTCP message! There are a few (FINGER, PING,
TIME, VERSION) queries which have a default reply message.
|
class |
PrivateCtcpReplyEvent
The client has received a reply to a CTCP query! The method
ActorMessageEventBase.getMessage() returns the unescaped message with the delimiter
removed. |
Modifier and Type | Method and Description |
---|---|
boolean |
MeCommandOnly.Processor.accepts(@NonNull CtcpEvent event,
@NonNull MeCommandOnly[] annotations) |
boolean |
MeCommandOnly.Processor.accepts(CtcpEvent event,
net.engio.mbassy.subscription.SubscriptionContext context) |
Copyright © 2013–2021 Kitteh. All rights reserved.