CIRCDCCChat.decline Member
Call to make this end decline DCC Chat with target user.
Syntax
object.decline();
Returns
Remarks
See Also
Source Code
function dchat_decline()
{
this.state.sendDecline();
// Tell the other end, if they care, that we refused.
this.user.netUser.ctcp("DCC", "REJECT CHAT chat");
return true;
}