|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DccChat in org.jibble.pircbot |
---|
Methods in org.jibble.pircbot that return DccChat | |
---|---|
protected DccChat |
PircBot.dccAcceptChatRequest(java.lang.String sourceNick,
long address,
int port)
Deprecated. As of PircBot 1.2.0, use PircBot.onIncomingChatRequest(DccChat) |
DccChat |
PircBot.dccSendChatRequest(java.lang.String nick,
int timeout)
Attempts to establish a DCC CHAT session with a client. |
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. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |