A bunch of module bugfixes

This commit is contained in:
Nathan Schneider
2021-12-18 20:41:49 -07:00
parent af6e639e27
commit e994061f38
13 changed files with 87 additions and 78 deletions

View File

@ -1,5 +1,5 @@
--- @module Remove Org
-- A simple module that calls a consent process on an org to remove it.
-- A simple module that removes an org.
--- Main module table
@ -14,7 +14,7 @@ remove_org.data = {}
--- Initiate function
-- @function initiate
function remove_org:initiate(config, result)
function remove_org:initiate(result)
if self.org == modpol.instance then
modpol.interactions.message(
self.initiator,