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