3.3.0-1.0.1-2-g4526df2
Details
-
FilenameSpamalyzer-3.3.0-1.0.1-2-g4526df2.zip
-
Uploaded by
-
UploadedFeb 4, 2010
-
Size150.50 KB
-
Downloads132
-
MD54c4a0066a06c5ccc52bc8daadb624c8b
Supported WoW Retail Versions
- 3.3.0
Changelog
James D. Callahan III:
- Wait a few seconds after OnEnable(), then manually grab channel colors - it appears that not using a chat AddOn delays this indefinitely.
- Instead of requesting guild information immediately upon login, wait five seconds.
In Spamalyzer:OnEnable() - Don't call self:GUILD_ROSTER_UPDATE() directly. Instead, schedule a five-second timer and call GuildRoster() - this will trigger self:GUILD_ROSTER_UPDATE() when all of the information is actually available.