From 82a1bef5a612562306e13e1b9cf21924398e708c Mon Sep 17 00:00:00 2001 From: julian Date: Thu, 17 Mar 2022 05:51:12 +0000 Subject: [PATCH] Remove myself from the admins and add me to the noping list. --- config.example.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.example.py b/config.example.py index 16e071e..5b43b90 100644 --- a/config.example.py +++ b/config.example.py @@ -26,6 +26,6 @@ SERVERS = { } -ADMINS = ["hedy", "julian"] +ADMINS = ["hedy"] -NOPING = ["hedy"] +NOPING = ["hedy", "jmjl"]