CIRCChannel.iAmHalfOp Member

Syntax

object.iAmHalfOp();

Returns

Remarks

See Also

Source Code

function chan_amhalfop()
{
return this.active && this.users[this.parent.me.canonicalName].isHalfOp;
}