CIRCChannel.setTopic Member

Syntax

object.setTopic(str);

Arguments

ArgumentSummary
str

Returns

Remarks

See Also

Source Code

function chan_topic (str)
{
this.parent.sendData ("TOPIC " + this.encodedName + " :" +
fromUnicode(str, this) + "\n");
}