Event ChannelJoin

From StealthBot Wiki Backup
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