Modifier and Type | Method and Description |
---|---|
DccFileTransfer |
PircBot.dccSendFile(java.io.File file,
java.lang.String nick,
int timeout)
Sends a file to another user.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PircBot.onFileTransferFinished(DccFileTransfer transfer,
java.lang.Exception e)
This method gets called when a DccFileTransfer has finished.
|
protected void |
PircBot.onIncomingFileTransfer(DccFileTransfer transfer)
This method is called whenever a DCC SEND request is sent to the PircBot.
|
PircBot Java IRC Bot.