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 |
---|---|
ChannelModeCommand |
Client.Commands.mode(Channel channel)
Provides a new channel MODE command.
|
Modifier and Type | Method and Description |
---|---|
ChannelModeCommand |
ChannelModeCommand.add(boolean add,
ChannelMode mode)
Adds a mode change without a parameter.
|
ChannelModeCommand |
ChannelModeCommand.add(boolean add,
ChannelMode mode,
String parameter)
Adds a mode change.
|
ChannelModeCommand |
ChannelModeCommand.add(boolean add,
ChannelUserMode mode,
User parameter)
Adds a mode change.
|
Modifier and Type | Method and Description |
---|---|
ChannelModeCommand |
DefaultChannel.DefaultChannelCommands.mode() |
Modifier and Type | Method and Description |
---|---|
ChannelModeCommand |
Channel.Commands.mode()
Provides a new MODE command.
|
Copyright © 2013–2019 Kitteh. All rights reserved.