Event ChannelLeave
The Event_ChannelLeave scripting event occurs when the bot leaves a channel to join another, right before the Event_ChannelJoin() event. This does not occur when the bot disconnects.
Contents
History
The Event_ChannelLeave() event was added in StealthBot version 2.6 by Stealth by request of Imhotep.
Syntax
Sub Event_ChannelLeave() ' ... End Sub
Example
See also
- Event_ChannelJoin(ChannelName, Flags)
- Script events
- Channel object
- Script system