Difference between revisions of "Event ChannelJoin"
(→See also) |
m (1 revision imported) |
(No difference)
|
Latest revision as of 08:20, 1 December 2017
The Event_ChannelJoin scripting event occurs when the bot joins a channel. This also occurs after a script reload for the current channel.
Contents
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.