CIRCDCCChat.onFail Member

Syntax

object.onFail(e);

Arguments

ArgumentSummary
e

Returns

Remarks

See Also

Source Code

function my_dccfail(e)
{
this.display(getMsg(MSG_DCCCHAT_FAILED, this._getParams()), "DCC-CHAT");
}