PircBot Java IRC Bot

Uses of Class
org.jibble.pircbot.PircBot

Uses of PircBot in org.jibble.pircbot
 

Methods in org.jibble.pircbot with parameters of type PircBot
static void OutputThread.sendRawLine(PircBot bot, BufferedWriter bwriter, String line)
          A static method to write a line to a BufferedOutputStream and then pass the line to the log method of the supplied PircBot instance.
 

Constructors in org.jibble.pircbot with parameters of type PircBot
OutputThread(PircBot bot, Queue outQueue)
          Constructs an OutputThread for the underlying PircBot.
InputThread(PircBot bot, Socket socket, BufferedReader breader, BufferedWriter bwriter)
          The InputThread reads lines from the IRC server and allows the PircBot to handle them.
IdentServer(PircBot bot, String login)
          Constructs and starts an instance of an IdentServer that will respond to a client with the provided login.
DccChat(PircBot bot, String sourceNick, String address, int port)
          This constructor is used when we are accepting a DCC CHAT request from somebody.
DccChat(PircBot bot, String sourceNick, Socket socket)
          This constructor is used after we have issued a DCC CHAT request to somebody.
 


PircBot Java IRC Bot