WoWInterface SVN ChipperChat

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 19 to Rev 20
    Reverse comparison

Rev 19 → Rev 20

trunk/ChipperChat/ChipperChat.toc
1,8 → 1,8
## Interface: 70100
## Interface: 70300
## Title: ChipperChat
## Author: Seerah
## Notes: Make your chat experience a chipper one!
## Version: 1.4.2
## Version: 1.4.3
 
cc_options.lua
cc.lua
\ No newline at end of file
trunk/ChipperChat/cc.lua
132,7 → 132,7
 
--make sure the 'scroll to bottom' button still works and will show/hide when necessary
btmbtn:SetScript("OnClick", function(self) --this is basically a rewrite of the default "OnClick" script, but it needed rewritten since the parent was changed.
PlaySound("igChatBottom")
PlaySound(828)
ChatFrame_ScrollToBottom()
--self:Hide()
self:SetAlpha(0)