CIRCDCCChat.onConnect Member

Syntax

object.onConnect(e);

Arguments

ArgumentSummary
e

Returns

Remarks

See Also

Source Code

function my_dccconnect(e)
{
playEventSounds("dccchat", "connect");
this.displayHere(getMsg(MSG_DCCCHAT_OPENED, this._getParams()), "DCC-CHAT");
}