CIRCDCCChat.onDisconnect Member

Syntax

object.onDisconnect(e);

Arguments

ArgumentSummary
e

Returns

Remarks

See Also

Source Code

function my_dccdisconnect(e)
{
playEventSounds("dccchat", "disconnect");
this.display(getMsg(MSG_DCCCHAT_CLOSED, this._getParams()), "DCC-CHAT");
}