diff Modules/DisplayInvested.lua @ 67:b6c30a5156f9

Rearranged options to go with their related features.
author Asa Ayers <Asa.Ayers@Gmail.com>
date Wed, 28 Jul 2010 07:35:14 -0700
parents e92a5adf75bf
children e9f7bc9199ca
line wrap: on
line diff
--- a/Modules/DisplayInvested.lua	Tue Jul 27 18:17:59 2010 -0700
+++ b/Modules/DisplayInvested.lua	Wed Jul 28 07:35:14 2010 -0700
@@ -221,3 +221,10 @@
 end
 
 
+ItemAuditor.Options.args.invested = {
+	type = "execute",
+	name = "invested",
+	desc = "Shows what you have invested in",
+	func = "DisplayInvested",
+	guiHidden = false,
+}
\ No newline at end of file