Command: ole.Echo(winid,text);
Syntax: ole.Echo(string winid,string text);
Return: nothing
With this command you can display text into a chat window. The winid param represents the window
identifier. The identifier for the Status window is "*";
Example:
ole.Echo("#foo","This text will not be sent to the channel");
ole.Echo("Joe","This text will not be sent to Joe");
ole.Echo("*","This text will be displayed into the Status window");