Event ChannelLeave

From StealthBot Wiki Backup
Revision as of 08:20, 1 December 2017 by Davnit (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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