Event: OnSilence(from,silence,handle)
Syntax: OnSilence(object from,string silence,object handle)
Event arguments
from- the sender(You)
silence- the silence message
handle- the output handler

This event is triggered when add or remove a person from your silence list. Not all servers support SILENCE.
Note: You can get the host and the user of the sender 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