comparison Core.lua @ 98:0cd1d46e7b66

Admin detection from a string of the format "BSKADMIN: admin1, admin2, ..." in the guild info box
author John@Doomsday
date Fri, 27 Apr 2012 09:41:26 -0400
parents 5df2c9cdb8c8
children
comparison
equal deleted inserted replaced
97:19fd02bff870 98:0cd1d46e7b66
66 local HandlePassThrough = function(...) HandleCommand(...) end 66 local HandlePassThrough = function(...) HandleCommand(...) end
67 bsk:RegisterChatCommand("bsk", HandlePassThrough) 67 bsk:RegisterChatCommand("bsk", HandlePassThrough)
68 bsk:OnInitializeSetStaticData() 68 bsk:OnInitializeSetStaticData()
69 InitializeComm() 69 InitializeComm()
70 InitializeLooting() 70 InitializeLooting()
71 InitializeAdmin()
71 end 72 end
72 73
73 function OnEnable() 74 function OnEnable()
74 CreateWorkingStateFromChanges(db.profile.changes) 75 CreateWorkingStateFromChanges(db.profile.changes)
75 InitializeState() 76 InitializeState()