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 TopicCommand |
Client.Commands.topic(@NonNull Channel channel)
Provides a new TOPIC command.
|
Modifier and Type | Method and Description |
---|---|
@NonNull TopicCommand |
TopicCommand.query()
Sets this command to query the channel's current topic.
|
@NonNull TopicCommand |
TopicCommand.topic(@Nullable String topic)
Sets the topic.
|
Modifier and Type | Method and Description |
---|---|
@NonNull TopicCommand |
DefaultChannel.DefaultChannelCommands.topic() |
Modifier and Type | Method and Description |
---|---|
@NonNull TopicCommand |
Channel.Commands.topic()
Provides a new TOPIC command.
|
Copyright © 2013–2021 Kitteh. All rights reserved.