Event ChannelJoin

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_ChannelJoin scripting event occurs when the bot joins a channel. This also occurs after a script reload for the current channel.

History

The Event_ChannelJoin() event was added in StealthBot version 2.4.

Syntax

Sub Event_ChannelJoin(ChannelName, Flags)
    ' ...
End Sub

Arguments

  • ChannelName is a string containing the channel's name.
  • Flags is an integer specifying the channel's Battle.net channel flags.

Example

See also