comparison Core.lua @ 56:94ae80d58903

Settling in on a layout I like
author John@Yosemite-PC
date Sun, 25 Mar 2012 13:09:31 -0400
parents f52d472f0b0a
children 331b5e176d79
comparison
equal deleted inserted replaced
55:59829ae918eb 56:94ae80d58903
50 bsk:RegisterChatCommand("bsk", HandlePassThrough) 50 bsk:RegisterChatCommand("bsk", HandlePassThrough)
51 end 51 end
52 52
53 function OnEnable() 53 function OnEnable()
54 CreateWorkingStateFromChanges(db.profile.changes) 54 CreateWorkingStateFromChanges(db.profile.changes)
55 --CreateGUI() 55 CreateGUI()
56 end 56 end
57 57
58 function HandleCommand(paramIn) 58 function HandleCommand(paramIn)
59 local param = { strsplit(" ", paramIn) } 59 local param = { strsplit(" ", paramIn) }
60 local FixPersonName = function(p) 60 local FixPersonName = function(p)