Package | Description |
---|---|
org.kitteh.irc.client.library.command |
Helper classes for executing a subset of commands.
|
Modifier and Type | Class and Description |
---|---|
class |
Command<C extends Command<C>>
Represents a command which is executable on the server by the client.
|
Modifier and Type | Class and Description |
---|---|
class |
AwayCommand
Sends an AWAY request to the server.
|
class |
CapabilityRequestCommand
Sends a capability request to the server.
|
class |
ChannelCommand<C extends ChannelCommand<C>>
A command only executed on a channel.
|
class |
ChannelModeCommand
Commands a la MODE.
|
class |
KickCommand
Get your KICKs on Route 66.
|
class |
MessageCommand
Sends a message.
|
class |
MonitorCommand
Sends a MONITOR request to the server.
|
class |
NoticeCommand
Sends a notice.
|
class |
OperCommand
Sends an OPER request to the server - MAKE SURE IT'S YOUR SERVER!
|
class |
SetNameCommand
Sends a SETNAME request to the server.
|
class |
TagMessageCommand
Sends a tag message.
|
class |
TopicCommand
TOPICal command support.
|
class |
UserModeCommand
Commands a la User MODE, without modes added will just query self.
|
class |
WallopsCommand
Sends a WALLOPS message to the server.
|
class |
WhoisCommand
Sends a WHOIS request to the server.
|
Copyright © 2013–2021 Kitteh. All rights reserved.