Interface | Description |
---|---|
ReplyConstants |
This interface contains the values of all numeric replies specified
in section 6 of RFC 1459.
|
Class | Description |
---|---|
Colors |
The Colors class provides several static fields and methods that you may
find useful when writing an IRC Bot.
|
DccChat |
This class is used to allow the bot to interact with a DCC Chat session.
|
DccFileTransfer |
This class is used to administer a DCC file transfer.
|
DccManager |
This class is used to process DCC events from the server.
|
IdentServer |
A simple IdentServer (also know as "The Identification Protocol").
|
InputThread |
A Thread which reads lines from the IRC server.
|
OutputThread |
A Thread which is responsible for sending messages to the IRC server.
|
PircBot |
PircBot is a Java framework for writing IRC bots quickly and easily.
|
Queue |
Queue is a definition of a data structure that may
act as a queue - that is, data can be added to one end of the
queue and data can be requested from the head end of the queue.
|
User |
This class is used to represent a user on an IRC server.
|
Exception | Description |
---|---|
IrcException |
An IrcException class.
|
NickAlreadyInUseException |
A NickAlreadyInUseException class.
|
PircBot Java IRC Bot.