Command: ole.GetChannels;
Syntax: ole.GetChannels;
Return: string

Return the list of channel you have joined. The channels are separated with comma ",". If you disconnect from IRC and you still have some channel windows opened, Ole will return the list of that channels. This command is useful if you want to write a "Rejoin channel" script.

Example:
var list=ole.GetChannels;

See also: GetQuerys


Home|Scripting