CIRCUser.getURL Member

Returns the IRC URL representation of this user.

Syntax

object.getURL();

Returns

Remarks

See Also

Source Code

function usr_geturl()
{
return this.parent.parent.getURL(this.encodedName, ["isnick"]);
}