Event BotRemovedFromClan
From StealthBot Wiki
The Event_BotRemovedFromClan scripting event is fired when you are removed from a WarCraft III clan or the clan is disbanded. Battle.net does not tell the bot which of the two cases happened, so this information is not known to the event.
Contents |
History
The Event_BotRemovedFromClan() event was added in StealthBot version 2.7 by Stealth by request of raylu.
Syntax
Sub Event_BotRemovedFromClan()
' ...
End Sub
Example
See also
- Event_BotClanInfo(ClanTag, Rank)
- Event_ClanMOTD(Message)
- Event_ClanMemberList(Username, Rank, Online)
- Event_ClanMemberUpdate(Username, Rank, Online)
- Event_ClanMemberLeaves(Username)
- Event_BotJoinedClan(ClanTag)
- Event_BotClanRankChanged(NewRank)
- Script events
- Script system
- Script

