Package | Description |
---|---|
org.kitteh.irc.client.library |
Kitteh IRC Client Library!
|
org.kitteh.irc.client.library.command |
Helper classes for executing a subset of commands.
|
org.kitteh.irc.client.library.defaults.element |
Default element implementations.
|
org.kitteh.irc.client.library.element |
Classes describing various elements of IRC communication.
|
Modifier and Type | Method and Description |
---|---|
@NonNull ChannelModeCommand |
Client.Commands.mode(@NonNull Channel channel)
Provides a new channel MODE command.
|
Modifier and Type | Method and Description |
---|---|
@NonNull ChannelModeCommand |
ChannelModeCommand.add(ModeStatus.Action action,
@NonNull ChannelMode mode)
Adds a mode change without a parameter.
|
@NonNull ChannelModeCommand |
ChannelModeCommand.add(ModeStatus.Action action,
@NonNull ChannelMode mode,
@NonNull String parameter)
Adds a mode change.
|
@NonNull ChannelModeCommand |
ChannelModeCommand.add(ModeStatus.Action action,
@NonNull ChannelUserMode mode,
@NonNull User parameter)
Adds a mode change.
|
Modifier and Type | Method and Description |
---|---|
@NonNull ChannelModeCommand |
DefaultChannel.DefaultChannelCommands.mode() |
Modifier and Type | Method and Description |
---|---|
@NonNull ChannelModeCommand |
Channel.Commands.mode()
Provides a new MODE command.
|
Copyright © 2013–2021 Kitteh. All rights reserved.