Mercurial > wow > itemauditor
comparison Modules/Options.lua @ 12:6a6296dd249f
Removed dependency on DevTools, completed chaning over the database to use links instead of names, Added integration with my version of QuickAuctions3 (I need to make this optional soon)
| author | Asa Ayers <Asa.Ayers@Gmail.com> |
|---|---|
| date | Wed, 30 Jun 2010 22:59:37 -0700 |
| parents | bbba2fae0f69 |
| children | 8c83d5f6e306 |
comparison
equal
deleted
inserted
replaced
| 11:03e2d9edc344 | 12:6a6296dd249f |
|---|---|
| 6 local options = { | 6 local options = { |
| 7 name = "ItemAuditor", | 7 name = "ItemAuditor", |
| 8 handler = addon, | 8 handler = addon, |
| 9 type = 'group', | 9 type = 'group', |
| 10 args = { | 10 args = { |
| 11 debug = { | 11 dbg = { |
| 12 type = "toggle", | 12 type = "toggle", |
| 13 name = "Debug", | 13 name = "Debug", |
| 14 desc = "Toggles debug messages in chat", | 14 desc = "Toggles debug messages in chat", |
| 15 handler = utils, | |
| 16 get = "GetDebug", | 15 get = "GetDebug", |
| 17 set = "SetDebug" | 16 set = "SetDebug" |
| 18 }, | 17 }, |
| 19 dump = { | 18 dump = { |
| 20 type = "execute", | 19 type = "execute", |
| 21 name = "dump", | 20 name = "dump", |
| 22 desc = "dumps IA database", | 21 desc = "dumps IA database", |
| 23 func = "DumpInfo", | 22 func = "DumpInfo", |
| 23 }, | |
| 24 refresh_qa = { | |
| 25 type = "execute", | |
| 26 name = "Refresh QA Thresholds", | |
| 27 desc = "Resets all Quick Auctions thresholds", | |
| 28 func = "RefreshQAGroups", | |
| 24 }, | 29 }, |
| 25 options = { | 30 options = { |
| 26 type = "execute", | 31 type = "execute", |
| 27 name = "options", | 32 name = "options", |
| 28 desc = "Show Blizzard's options GUI", | 33 desc = "Show Blizzard's options GUI", |
