Package | Description |
---|---|
org.kitteh.irc.client.library.defaults.element.mode |
Default mode element implementations.
|
org.kitteh.irc.client.library.defaults.feature |
Defaults!
|
org.kitteh.irc.client.library.feature |
Things to make life lovely!
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultModeInfo
A default ModeInfo implementation.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultActorTracker.trackChannelModeInfo(@NonNull String channel,
boolean add,
@NonNull ModeInfo modeInfo) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultActorTracker.setChannelModeInfoList(@NonNull String channel,
char mode,
List<ModeInfo> modeInfo) |
Modifier and Type | Method and Description |
---|---|
void |
ActorTracker.trackChannelModeInfo(@NonNull String channel,
boolean add,
@NonNull ModeInfo modeInfo)
Tracks mode info.
|
Modifier and Type | Method and Description |
---|---|
void |
ActorTracker.setChannelModeInfoList(@NonNull String channel,
char mode,
List<ModeInfo> modeInfo)
Sets a channel's mode info list for a given mode, such as bans.
|
Copyright © 2013–2021 Kitteh. All rights reserved.