Class Summary |
Colors |
The Colors class provides several static fields 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. |
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. |