Package | Description |
---|---|
org.kitteh.irc.client.library.command |
Helper classes for executing a subset of commands.
|
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 | Method and Description |
---|---|
@NonNull UserModeCommand |
UserModeCommand.add(ModeStatus.Action action,
@NonNull UserMode mode)
Adds a mode change without a parameter.
|
@NonNull UserModeCommand |
UserModeCommand.add(ModeStatus.Action action,
@NonNull UserMode mode,
@NonNull String parameter)
Adds a mode change.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultUserMode
Default implementation of
UserMode . |
Modifier and Type | Method and Description |
---|---|
void |
DefaultServerInfo.addCustomUserMode(@NonNull UserMode mode) |
Modifier and Type | Method and Description |
---|---|
void |
ServerInfo.addCustomUserMode(@NonNull UserMode mode)
Adds a custom user mode, for a server that doesn't correctly list
modes.
|
Copyright © 2013–2021 Kitteh. All rights reserved.