CIRCChannel.on482 Member

Syntax

object.on482(e);

Arguments

ArgumentSummary
e

Returns

Remarks

See Also

Source Code

function my_needops(e)
{
if ("pendingExceptList" in this)
return;
this.display(getMsg(MSG_CHANNEL_NEEDOPS, this.unicodeName), MT_ERROR);
}