Difference between revisions of "Event ChannelJoin"

From StealthBot Wiki Backup
Jump to: navigation, search
(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.

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