CIRCChannel.notice Member

Syntax

object.notice(msg);

Arguments

ArgumentSummary
msg

Returns

Remarks

See Also

Source Code

function chan_notice (msg)
{
this.parent.noticeTo(this.encodedName, fromUnicode(msg, this));
}