comparison Modules/Options.lua @ 18:c7b3585c73df

Added the missing QuickAuctions module. I've also added integration with Skillet and LilSparkysWorkshop. IA and queue any item set up in QuickAuctions where the reagent cost is less than the current price of the item. This is based on KevTool Queue.
author Asa Ayers <Asa.Ayers@Gmail.com>
date Sat, 03 Jul 2010 14:53:27 -0700
parents 56de19d9bd8d
children ff9a698caebc
comparison
equal deleted inserted replaced
17:e62d878c716d 18:c7b3585c73df
90 name = "options", 90 name = "options",
91 desc = "Show Blizzard's options GUI", 91 desc = "Show Blizzard's options GUI",
92 func = "ShowOptionsGUI", 92 func = "ShowOptionsGUI",
93 guiHidden = true, 93 guiHidden = true,
94 }, 94 },
95 queue = {
96 type = "execute",
97 name = "queue",
98 desc = "Queue",
99 func = "Queue",
100 guiHidden = true,
101 },
102
103
95 }, 104 },
96 } 105 }
97 106
98 function addon:RegisterOptions() 107 function addon:RegisterOptions()
99 self.optionsFrame = LibStub("AceConfigDialog-3.0"):AddToBlizOptions("ItemAuditor", "ItemAuditor") 108 self.optionsFrame = LibStub("AceConfigDialog-3.0"):AddToBlizOptions("ItemAuditor", "ItemAuditor")