WoWInterface SVN Broadcaster

Compare Revisions

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

Rev 10 → Rev 11

WotLK/Modules/Mage.lua
4,6 → 4,9
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")
16,6 → 19,25
[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,3 → 1,5
--need to set up defaults--
 
-----------------------------------
--MEAT AND POTATOES--
-----------------------------------
10,7 → 12,9
--OPTIONS--
local options = {
name = "Broadcaster",
handler = Broadcaster,
-- handler = Broadcaster,
plugins = {},
childGroups = "tree",
type = "group",
args = {
standby = {