See: Description
| Class | Description |
|---|---|
| AwayCommand |
Sends an AWAY request to the server.
|
| CapabilityRequestCommand |
Sends a capability request to the server.
|
| ChannelCommand<C extends ChannelCommand<C>> |
A command only executed on a channel.
|
| ChannelModeCommand |
Commands a la MODE.
|
| Command<C extends Command<C>> |
Represents a command which is executable on the server by the client.
|
| KickCommand |
Get your KICKs on Route 66.
|
| MessageCommand |
Sends a message.
|
| MonitorCommand |
Sends a MONITOR request to the server.
|
| NoticeCommand |
Sends a notice.
|
| OperCommand |
Sends an OPER request to the server - MAKE SURE IT'S YOUR SERVER!
|
| SetNameCommand |
Sends a SETNAME request to the server.
|
| TagMessageCommand |
Sends a tag message.
|
| TopicCommand |
TOPICal command support.
|
| UserModeCommand |
Commands a la User MODE, without modes added will just query self.
|
| WallopsCommand |
Sends a WALLOPS message to the server.
|
| WhoisCommand |
Sends a WHOIS request to the server.
|
| Enum | Description |
|---|---|
| MonitorCommand.Action |
Describes an action to take with the MONITOR command.
|
Copyright © 2013–2021 Kitteh. All rights reserved.