Command: ole.Kick(channel,nickname);
Syntax: ole.Kick(string channel,string nickname);
Return: nothing
Command: ole.Kick(channel,nickname,reason);
Syntax: ole.Kick(string channel,string nickname,string reason);
Return: nothing
Use this command to kick a user from the specified channel.
Example:
ole.Kick("#foo","Joe");
ole.Kick("#foo","Mike","Inappropriate language");