registrar

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

commit 715def5ab9a6baff4ec6aa18e503499b34909af1
parent 0b81e425cf3c021e57523747ef2d908498d3a54f
Author: Juan F. Meleiro <juan@juanmeleiro.mat.br>
Date:   Mon, 14 Apr 2025 15:17:59 -0300

Deregister a bunch of players

Diffstat:
Mlib/registration.lua | 2+-
Mlog.json | 42++++++++++++++++++++++++++++++++++++++++++
Mplayers.json | 35++++++++++++++---------------------
3 files changed, 57 insertions(+), 22 deletions(-)

diff --git a/lib/registration.lua b/lib/registration.lua @@ -40,7 +40,7 @@ function _M.deregister(args, players, log) h.deregistration = os.date("%Y-%m-%d", args.date) h.reason = reasons[args.reason] h.latest = nil - io.write(string.format("Please remember to delete any reminders of %s's birthday.", args.name)) + io.write(string.format("Please remember to delete any reminders of %s's birthday.\n", args.name)) table.insert(log, ev) else diff --git a/log.json b/log.json @@ -1099,5 +1099,47 @@ { "what": "weekly", "when": 1747685113 + }, + { + "what": "deregister", + "when": 1748257516, + "where": "nwDKcOzs@juanmeleiro.mat.br", + "who": "Yachay Wayllukuq" + }, + { + "what": "deregister", + "when": 1748257516, + "where": "nwDKcOzs@juanmeleiro.mat.br", + "who": "lare290" + }, + { + "what": "deregister", + "when": 1748257516, + "where": "nwDKcOzs@juanmeleiro.mat.br", + "who": "Lily" + }, + { + "what": "deregister", + "when": 1748257516, + "where": "nwDKcOzs@juanmeleiro.mat.br", + "who": "Celeste" + }, + { + "what": "deregister", + "when": 1748257516, + "where": "nwDKcOzs@juanmeleiro.mat.br", + "who": "Cheese" + }, + { + "what": "deregister", + "when": 1748257516, + "where": "nwDKcOzs@juanmeleiro.mat.br", + "who": "RadicalRose" + }, + { + "what": "deregister", + "when": 1748257516, + "where": "nwDKcOzs@juanmeleiro.mat.br", + "who": "thimble" } ] diff --git a/players.json b/players.json @@ -831,11 +831,10 @@ "Celeste": { "history": [ { - "active": false, "contact": "celesteatagora@gmail.com", - "latest": "2025-02-17", + "deregistration": "2025-05-26", "name": "Celeste", - "reason": "s", + "reason": "a", "registration": "2024-08-26" } ] @@ -854,11 +853,10 @@ "Cheese": { "history": [ { - "active": false, "contact": "alexip013@gmail.com", - "latest": "2025-02-17", + "deregistration": "2025-05-26", "name": "Cheese", - "reason": "s", + "reason": "a", "registration": "2024-09-15" } ] @@ -2341,11 +2339,10 @@ "Lily": { "history": [ { - "active": false, "contact": "soupgirl.agora@gmail.com", - "latest": "2025-02-17", + "deregistration": "2025-05-26", "name": "Lily", - "reason": "s", + "reason": "a", "registration": "2024-08-20" } ] @@ -3359,11 +3356,10 @@ "RadicalRose": { "history": [ { - "active": false, "contact": "agoranomic@fastmail.com", - "latest": "2025-02-17", + "deregistration": "2025-05-26", "name": "RadicalRose", - "reason": "s", + "reason": "a", "registration": "2024-11-16" } ] @@ -4606,12 +4602,11 @@ "Yachay Wayllukuq": { "history": [ { - "active": false, "contact": "yachaywayllukuq@gmail.com", - "latest": "2025-02-17", + "deregistration": "2025-05-26", "name": "Yachay Wayllukuq", "observations": "a.k.a. Yachay", - "reason": "s", + "reason": "a", "registration": "2023-03-16" } ] @@ -5282,11 +5277,10 @@ "lare290": { "history": [ { - "active": false, "contact": "kauhanen44@gmail.com", - "latest": "2025-02-17", + "deregistration": "2025-05-26", "name": "lare290", - "reason": "s", + "reason": "a", "registration": "2024-07-21" } ] @@ -5794,11 +5788,10 @@ "thimble": { "history": [ { - "active": false, "contact": "blomlie@proton.me", - "latest": "2025-02-17", + "deregistration": "2025-05-26", "name": "thimble", - "reason": "s", + "reason": "a", "registration": "2024-12-06" } ]