Created processes.lua with consent, initiate functions
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
modpol = {
|
||||
}
|
||||
|
||||
-- Table for all active governance data
|
||||
-- Table for modpol data
|
||||
modpol.orgs = {
|
||||
}
|
||||
|
||||
@ -62,6 +62,7 @@ dofile (topdir .. "/users.lua")
|
||||
dofile (topdir .. "/orgs.lua")
|
||||
dofile (topdir .. "/interactions.lua")
|
||||
-- messaging functions
|
||||
dofile (topdir .. "/processes.lua")
|
||||
|
||||
-- ===================================================================
|
||||
-- Final checks
|
||||
|
Reference in New Issue
Block a user