registrar

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

commit 2bafe239efc477baecebe97410b8b09a2908f19a
parent 92b817c93f9de1c2810f8633233c5cab45b76c13
Author: Juan F. Meleiro <juan@juanmeleiro.mat.br>
Date:   Mon, 22 Apr 2024 15:14:01 -0300

Deregister blob, Anneke-Constantine, Zipzap, and Crystalizedmire

Diffstat:
Mlib/registration.lua | 4++--
Mlog.json | 24++++++++++++++++++++++++
Mplayers.json | 21++++++++-------------
3 files changed, 34 insertions(+), 15 deletions(-)

diff --git a/lib/registration.lua b/lib/registration.lua @@ -23,7 +23,7 @@ function _M.deregister(args, players, log) if not args.p then h.active = nil h.deregistration = os.date("%Y-%m-%d", args.date) - h.reason = "d" + h.reason = "a" h.latest = nil io.write(string.format("Please remember to delete any reminders of %s's birthday.", args.name)) @@ -35,7 +35,7 @@ function _M.deregister(args, players, log) io.write("active := nil\n") io.write("latest := d\n") io.write(string.format("deregistration := %s\n", os.date("%Y-%m-%d", args.date))) - io.write("reason := d\n") + io.write("reason := a\n") end end diff --git a/log.json b/log.json @@ -398,5 +398,29 @@ { "what": "weekly", "when": 1713211203 + }, + { + "what": "deregister", + "when": 1713570291, + "where": "t3ifsmxbrti4rr3kj45yjfgscua2v2o2uknaj7i4wkrb5ogtnw@4qebn7zchgrv", + "who": "blob" + }, + { + "what": "deregister", + "when": 1713570291, + "where": "t3ifsmxbrti4rr3kj45yjfgscua2v2o2uknaj7i4wkrb5ogtnw@4qebn7zchgrv", + "who": "Anneke-Constantine" + }, + { + "what": "deregister", + "when": 1713570291, + "where": "t3ifsmxbrti4rr3kj45yjfgscua2v2o2uknaj7i4wkrb5ogtnw@4qebn7zchgrv", + "who": "Zipzap" + }, + { + "what": "deregister", + "when": 1713570291, + "where": "t3ifsmxbrti4rr3kj45yjfgscua2v2o2uknaj7i4wkrb5ogtnw@4qebn7zchgrv", + "who": "Crystalizedmire" } ] diff --git a/players.json b/players.json @@ -295,11 +295,10 @@ "Anneke-Constantine": { "history": [ { - "active": false, "contact": "agora.quarentine@gmail.com", - "latest": "2024-02-12", + "deregistration": "2024-04-19", "name": "Anneke-Constantine", - "reason": "s", + "reason": "a", "registration": "2023-05-23" } ] @@ -955,11 +954,10 @@ "Crystalizedmire": { "history": [ { - "active": false, "contact": "awwellth@gmail.com", - "latest": "2024-02-12", + "deregistration": "2024-04-19", "name": "Crystalizedmire", - "reason": "s", + "reason": "a", "registration": "2023-11-10" } ] @@ -4606,11 +4604,10 @@ "Zipzap": { "history": [ { - "active": false, "contact": "itszipzap@gmail.com", - "latest": "2024-02-12", + "deregistration": "2024-04-19", "name": "Zipzap", - "reason": "s", + "reason": "a", "registration": "2023-10-04" } ] @@ -4786,13 +4783,11 @@ "blob": { "history": [ { - "active": false, "contact": "cearguinzoni1@gmail.com", - "deregistration": "", - "latest": "2024-02-12", + "deregistration": "2024-04-19", "name": "blob", "observations": "Not the same blob as that other one", - "reason": "s", + "reason": "a", "registration": "2023-05-18" } ]