Difference between revisions of "Event ChannelLeave"

From StealthBot Wiki Backup
Jump to: navigation, search
(Created page with 'The Event_ChannelLeave scripting event occurs when the bot leaves a channel to join another, right before the Event_ChannelJoin() event. This does no…')
 
m (1 revision imported)
 
(No difference)

Latest revision as of 08:20, 1 December 2017

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.

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