Class Summary |
AbstractCommand |
Defines a generic command. |
AbstractInCommand |
Defines a generic command. |
ActionCtcp |
ActionCtcp allows the application to do a '/me'. |
AwayCommand |
Defines the AWAY message which is used to indicate that you are or are not away from the keyboard. |
ChannelModeCommand |
Defines the ChannelMode command. |
CtcpMessage |
This facilitates the sending and receiving of CTCP messages. |
CtcpNotice |
This facilitates the sending and receiving of CTCP messages. |
InviteCommand |
|
IsonCommand |
Defines the ISON command, which is used to determine if a user or a list of users is online. |
JoinCommand |
Defines JOIN command. |
KickCommand |
Defines KICK command. |
ListCommand |
Defines the LIST command, which is used to get the topic and member count of certain channels, or all of them. |
MessageCommand |
Defines the PRIVMSG command. |
ModeCommand |
Defines MODE command. |
NamesCommand |
Defines the NAMES command, which is used to get the members of certain channels, or all of them. |
NickCommand |
Defines NICK command. |
NoticeCommand |
Defines the NOTICE command. |
PartCommand |
Defines PART command. |
PassCommand |
Defines PASS command, optional part of the handshake to register on the network. |
PingCommand |
Defines the PING command. |
PongCommand |
Defines the PONG command. |
QuitCommand |
Defines QUIT command. |
RawCommand |
|
TopicCommand |
|
UnknownCommand |
Some unknown command, for which there is no factory. |
UserCommand |
Defines USER command, part of the handshake to register on the
network. |
UserModeCommand |
Defines a user MODE command. |
WelcomeCommand |
Defines the commands that a server issues to welcome us. |
WhoisCommand |
Implements a WHOIS command, to query details about a user. |