Event: OnServMode(from,channel,mode,handle)
Syntax: OnSendNotice(object from,string channel,string mode,object handle)
Event arguments
from- the server
channel- the channel
mode- the mode fro the channel
handle- the output handler
This event is triggered when the server changes a channel modes.
Note: To edit the output text use ole.SetOutput(text,handle);. To delete
the output text use ole.DelOutput(handle);
Example: