diff 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
line wrap: on
line diff
--- a/Modules/Options.lua	Wed Jun 30 22:56:06 2010 -0700
+++ b/Modules/Options.lua	Wed Jun 30 22:59:37 2010 -0700
@@ -8,11 +8,10 @@
 	handler = addon,
 	type = 'group',
 	args = {
-		debug = {
+		dbg = {
 			type = "toggle",
 			name = "Debug",
 			desc = "Toggles debug messages in chat",
-			handler = utils,
 			get = "GetDebug",
 			set = "SetDebug"
 		},
@@ -22,6 +21,12 @@
 			desc = "dumps IA database",
 			func = "DumpInfo",
 		},
+		refresh_qa = {
+			type = "execute",
+			name = "Refresh QA Thresholds",
+			desc = "Resets all Quick Auctions thresholds",
+			func = "RefreshQAGroups",
+		},
 		options = {
 			type = "execute",
 			name = "options",