CIRCChannel.on348 Member

channel except stuff

Syntax

object.on348(e);

Arguments

ArgumentSummary
e

Returns

Remarks

See Also

Source Code

function my_excepts(e)
{
if ("pendingExceptList" in this)
return;
var msg = getMsg(MSG_EXCEPTLIST_ITEM, [e.user.unicodeName, e.except,
this.unicodeName, e.exceptTime]);
if (this.iAmHalfOp() || this.iAmOp())
msg += " " + getMsg(MSG_EXCEPTLIST_BUTTON, "mode -e " + e.except);
client.munger.getRule(".inline-buttons").enabled = true;
this.display(msg, "EXCEPT");
client.munger.getRule(".inline-buttons").enabled = false;
}