Events


Events are similar to ALIASES , but are called by KVirc when particular things happen.
Event handlers can be active or not.
For example when you gain operator status on a channel , the Event_OnMeOp is 'fired'.
If the relative event handler is active , it is executed just like an alias with two parameters supplied by kvirc : channel , and the nick that 'oped' you.
The events also are bound to windows/channels.
If you don't need an event handler , do not just leave it empty , rather disable it.
An empty event is still executed , and the parameters are passed and splitted internally.
A disabled event is NOT executed at all , gaining in speed and memory.

See also : Event reference
Index