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