Package org.jibble.pircbot

Class Summary
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.
 

Exception Summary
IrcException An IrcException class.
NickAlreadyInUseException A NickAlreadyInUseException class.