Command: ole.DelOutput(handle);
Syntax: ole.DelOutput(object handle);
Return: nothing

Use this command to delete a message. The handle object represents the handle to the message that you want to delete.

Example:
//this will delete every channel notice from your channel chat window
function OnChanNotice(from,channel,message,handle)
{
ole.DelOutput(handle);
}

See also: SetOutput, Echo, Input, StripText


Home|Scripting