Event: OnUserMode(from,mode,handle)
Syntax: OnUserMode(object from,string mode,object handle)
Event arguments
from- the user(You) or server who sets your mode
mode- the mode which was set
handle- the output handler

This event is triggered when you(or the server) change your mode.
Note: You can get your host and user by using from.Host and from.User. To edit the output text use ole.SetOutput(text,handle);. To delete the output text use ole.DelOutput(handle);

Example:


Home|Scripting