WoWInterface SVN Broadcaster

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /branches
    from Rev 11 to Rev 10
    Reverse comparison

Rev 11 → Rev 10

WotLK/Modules/Mage.lua
4,9 → 4,6
end
 
--DEFINE MY LOCALS--
local Broadcaster = LibStub("AceAddon-3.0"):GetAddon("Broadcaster")
local Mage = Broadcaster:NewModule("Mage", "AceEvent-3.0", "AceConsole-3.0")
-------------------
local L = LibStub("AceLocale-3.0"):GetLocale("Broadcaster")
 
local player = UnitName("player")
19,25 → 16,6
[28272] = true --rank 1 pig
}
 
 
local options = {
mage = {
name = "Mage",
type = "group",
args = {
config = {
name = L["Config"],
desc = L["Opens the options window."],
type = "execute",
func = function()
LibStub("AceConfigDialog-3.0"):Open("Broadcaster")
end,
guiHidden = true,
},
},
},
}
 
--------------------------------------
--VOODOO MAGIC STUFF--
--------------------------------------
WotLK/Broadcaster.lua
1,5 → 1,3
--need to set up defaults--
 
-----------------------------------
--MEAT AND POTATOES--
-----------------------------------
12,9 → 10,7
--OPTIONS--
local options = {
name = "Broadcaster",
-- handler = Broadcaster,
plugins = {},
childGroups = "tree",
handler = Broadcaster,
type = "group",
args = {
standby = {