diff Core.lua @ 35:ecd37523ae04

More todos
author John@Yosemite-PC
date Sun, 11 Mar 2012 23:57:38 -0400
parents 0e03db65c1fe
children 7bfbff27a3d7
line wrap: on
line diff
--- a/Core.lua	Sun Mar 11 23:27:02 2012 -0400
+++ b/Core.lua	Sun Mar 11 23:57:38 2012 -0400
@@ -1,6 +1,4 @@
 -- ideas: last attended data and/or remove people who haven't attended in X days
--- and/or just a "remove from all lists" option
-
 
 -- order of implementation
 -- (*) lists fully functional (/script interface)
@@ -15,6 +13,7 @@
 -- ( ) communication and list merging/trimming
 -- ( ) admins
 -- ( ) players gui
+-- ( ) undo
 -- ( ) crypto / protection against tampering
 -- ( ) alt tracking
 -- (_) reserves
@@ -47,7 +46,6 @@
 
 function bsk:OnEnable()
     bsk:CreateWorkingStateFromChanges(self.db.profile.changes)
-    --self:HandleCommand()
 end
 
 function bsk:HandleCommand(paramIn)