registrar

Files related to my duties as Registrar of Agora Nomic
git clone git://juanmeleiro.mat.br/registrar
Log | Files | Refs | README

commit 0150f993848ade21d9da92151e38033863fcc7e1
parent b9c7ddeb1aed526969d17de03fcedf8dc6fea2d0
Author: Juan F. Meleiro <juan@juanmeleiro.mat.br>
Date:   Mon,  9 Sep 2024 12:12:28 -0300

Correct field for message ID in deregistration command

Diffstat:
Mlib/activity.lua | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/activity.lua b/lib/activity.lua @@ -14,7 +14,7 @@ function _M.activate(args, players, log) what = "activation", who = args.name, when = args.when, - where = args.where + where = args.m }) end @@ -30,7 +30,7 @@ function _M.deactivate(args, players, log) what = "deactivation", who = args.name, when = args.when, - where = args.where + where = args.m }) end