CIRCChannel.on353 Member

names reply

Syntax

object.on353(e);

Arguments

ArgumentSummary
e

Returns

Remarks

See Also

Source Code

function my_topic (e)
{
if (this.pendingNamesReply)
{
this.parent.parent.display (e.channel.unicodeName + ": " +
e.params[4], "NAMES");
}
}