CIRCChannel.on368 Member

Syntax

object.on368(e);

Arguments

ArgumentSummary
e

Returns

Remarks

See Also

Source Code

function my_endofbans(e)
{
if ("pendingBanList" in this)
return;
this.display(getMsg(MSG_BANLIST_END, this.unicodeName), "BAN");
}