WoWInterface SVN mikma

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /NeonChat
    from Rev 631 to Rev 636
    Reverse comparison

Rev 631 → Rev 636

NeonChat.lua
14,7 → 14,7
hooksecurefunc("ChatEdit_UpdateHeader", function(editbox)
if ACTIVE_CHAT_EDIT_BOX then
local type = editbox:GetAttribute("chatType")
local frame = string.match(ACTIVE_CHAT_EDIT_BOX:GetName(),"ChatFrame%d",1)
local frame = string.match(ACTIVE_CHAT_EDIT_BOX:GetName(),"ChatFrame%d",1) or string.match(ACTIVE_CHAT_EDIT_BOX:GetName(),"GMChatFrame",1)
 
if NeonChatDB[1] then chatborder:Hide() else chatborder:Show() end
 
NeonChat.toc
1,5 → 1,5
## Interface: 40300
## Title: NeonChat 3.1
## Title: NeonChat 3.2
## Notes: Colors the border of chat depending where you are planning to write. Never write nasty secrets to wrong chat again!
## Author: Mikma
## SavedVariables: NeonChatDB