Event ChannelJoin

From StealthBot Wiki Backup
Revision as of 21:31, 10 September 2010 by Ribose (talk) (See also)
(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