CIRCDCCFileTransfer.decline Member
Call to make this end decline DCC File from target user.
Syntax
object.decline();
Returns
Remarks
See Also
Source Code
function dfile_decline()
{
this.state.sendDecline();
// Tell the other end, if they care, that we refused.
this.user.netUser.ctcp("DCC", "REJECT FILE " + this.filename);
return true;
}