Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PircBot.onIncomingChatRequest(DccChat chat)
This method will be called whenever a DCC Chat request is received.
|
PircBot Java IRC Bot.