Created processes.lua with consent, initiate functions

This commit is contained in:
Nathan Schneider
2021-01-31 22:47:28 -07:00
parent c927b4d9fc
commit a3fb83fbfa
4 changed files with 59 additions and 5 deletions

View File

@ -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