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.Commands
mode
in interface Channel.Commands
@Nonnull public KickCommand kick()
Channel.Commands
kick
in interface Channel.Commands
@Nonnull public TopicCommand topic()
Channel.Commands
topic
in interface Channel.Commands
Copyright © 2013–2019 Kitteh. All rights reserved.