CIRCChannel.setTopic Member
Syntax
object.setTopic(str);
Arguments
Argument | Summary |
---|---|
str |
Returns
Remarks
See Also
Source Code
function chan_topic (str)
{
this.parent.sendData ("TOPIC " + this.encodedName + " :" +
fromUnicode(str, this) + "\n");
}