Command: ole.Part(channel);
Syntax: ole.Part(string channel);
Return: nothing
Command: ole.Part(channel,message);
Syntax: ole.Part(string channel,string message);
Return: nothing
Part the specified channel.
Example:
ole.Part("#foo");
ole.Part("#foo","I'll be back soon");