CIRCDCCChat._getParams Member
Syntax
object
._getParams();
Returns
Remarks
See Also
Source Code
function
my_dccgetparams()
{
return
[
this
.user.unicodeName,
this
.localIP,
this
.port];
}