PircBot Java IRC Bot

Uses of Class
org.jibble.pircbot.DccChat

Uses of DccChat in org.jibble.pircbot
 

Methods in org.jibble.pircbot that return DccChat
 DccChat PircBot.dccSendChatRequest(String nick, int timeout)
          Attempts to establish a DCC CHAT session with a client.
protected  DccChat PircBot.dccAcceptChatRequest(String sourceNick, long address, int port)
          Deprecated. As of PircBot 1.2.0, use PircBot.onIncomingChatRequest(DccChat)
 

Methods in org.jibble.pircbot with parameters of type DccChat
protected  void PircBot.onIncomingChatRequest(DccChat chat)
          This method will be called whenever a DCC Chat request is received.
 


PircBot Java IRC Bot