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 KickCommand |
Client.Commands.kick(@NonNull Channel channel)
Provides a new KICK command.
|
Modifier and Type | Method and Description |
---|---|
@NonNull KickCommand |
KickCommand.reason(@Nullable String reason)
Sets the reason for this kick.
|
@NonNull KickCommand |
KickCommand.target(@NonNull String target)
Sets the target of this kick.
|
@NonNull KickCommand |
KickCommand.target(@NonNull User target)
Sets the target of this kick.
|
Modifier and Type | Method and Description |
---|---|
@NonNull KickCommand |
DefaultChannel.DefaultChannelCommands.kick() |
Modifier and Type | Method and Description |
---|---|
@NonNull KickCommand |
Channel.Commands.kick()
Provides a new KICK command.
|
Copyright © 2013–2021 Kitteh. All rights reserved.