PircBot Java IRC Bot

Uses of Package
org.jibble.pircbot

Classes in org.jibble.pircbot used by org.jibble.pircbot
DccChat
          This class is used to allow the bot to interact with a DCC Chat session.
IrcException
          An IrcException class.
NickAlreadyInUseException
          A NickAlreadyInUseException class.
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.
ReplyConstants
          This interface contains the values of all numeric replies specified in section 6 of RFC 1459.
User
          This class is used to represent a user on an IRC server.
 


PircBot Java IRC Bot