Command: ole.IrcCommand(command);
Syntax: ole.IrcCommand(string command);
Return: nothing
Send an IRC command to the server. To learn more about IRC commands you should read IRC RFC.
Example:
//send a message to joe
ole.IrcCommand("PRIVMSG joe :Hello Joe");
//send a notice to mike
ole.IrcCommand("NOTICE mike :Hello");
See also: