CIRCDCCFileTransfer._getParams Member
Syntax
object._getParams();
Returns
Remarks
See Also
Source Code
function my_dccfilegetparams()
{
var dir = MSG_UNKNOWN;
if (this.state.dir == DCC_DIR_GETTING)
dir = MSG_DCCLIST_FROM;
if (this.state.dir == DCC_DIR_SENDING)
dir = MSG_DCCLIST_TO;
return [this.filename, dir, this.user.unicodeName,
this.localIP/*FIXME*/, this.port/*FIXME?*/];
}