A bunch of module bugfixes
This commit is contained in:
@ -60,6 +60,8 @@ end
|
||||
function modpol.orgs:add_pending_action(process_id, user, callback)
|
||||
self.pending[user] = self.pending[user] or {}
|
||||
self.pending[user][process_id] = callback
|
||||
modpol.interactions.message(
|
||||
user, "New pending action in org "..self.name)
|
||||
end
|
||||
|
||||
function modpol.orgs:remove_pending_action(process_id, user)
|
||||
|
Reference in New Issue
Block a user