CIRCChannel.iAmOp Member

Syntax

object.iAmOp();

Returns

Remarks

See Also

Source Code

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