public static class DefaultChannel.DefaultChannelCommands extends Object implements Channel.Commands
| Constructor and Description |
|---|
DefaultChannelCommands(Client client,
String channel)
Constructs for the given channel.
|
| Modifier and Type | Method and Description |
|---|---|
KickCommand |
kick()
Provides a new KICK command.
|
ChannelModeCommand |
mode()
Provides a new MODE command.
|
TopicCommand |
topic()
Provides a new TOPIC command.
|
@Nonnull public ChannelModeCommand mode()
Channel.Commandsmode in interface Channel.Commands@Nonnull public KickCommand kick()
Channel.Commandskick in interface Channel.Commands@Nonnull public TopicCommand topic()
Channel.Commandstopic in interface Channel.CommandsCopyright © 2013–2019 Kitteh. All rights reserved.