Package | Description |
---|---|
org.kitteh.irc.client.library.defaults.element |
Default element implementations.
|
org.kitteh.irc.client.library.element |
Classes describing various elements of IRC communication.
|
org.kitteh.irc.client.library.event.channel |
Events involving a
Channel . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultChannelTopic
Default Channel.Topic implementation.
|
Modifier and Type | Method and Description |
---|---|
Channel.Topic |
DefaultChannel.getTopic() |
Constructor and Description |
---|
DefaultChannel(Client.WithManagement client,
String name,
Channel.Topic topic,
ModeStatusList<ChannelMode> channelModes,
Map<Character,List<ModeInfo>> modeInfoLists,
Map<String,SortedSet<ChannelUserMode>> modes,
List<String> names,
Map<String,User> nickMap,
List<User> users,
boolean complete,
DefaultChannel.DefaultChannelCommands commands)
Constructs the channel snapshot.
|
Modifier and Type | Method and Description |
---|---|
Channel.Topic |
Channel.getTopic()
Gets the channel's topic.
|
Modifier and Type | Method and Description |
---|---|
Channel.Topic |
ChannelTopicEvent.getTopic()
Gets the channel's topic.
|
Copyright © 2013–2019 Kitteh. All rights reserved.