Package | Description |
---|---|
org.kitteh.irc.client.library.defaults.element |
Default element implementations.
|
Constructor and Description |
---|
DefaultChannel(Client.WithManagement client,
@NonNull String name,
@NonNull Channel.Topic topic,
@NonNull ModeStatusList<ChannelMode> channelModes,
@NonNull Map<Character,List<ModeInfo>> modeInfoLists,
@NonNull Map<String,SortedSet<ChannelUserMode>> modes,
@NonNull List<String> names,
@NonNull Map<String,User> nickMap,
@NonNull List<User> users,
boolean complete,
@NonNull DefaultChannel.DefaultChannelCommands commands)
Constructs the channel snapshot.
|
Copyright © 2013–2021 Kitteh. All rights reserved.