From 3960ae7f545f8ae1fdf6ce735d78b43f21d6d359 Mon Sep 17 00:00:00 2001 From: Firepup Sixfifty Date: Tue, 14 Nov 2023 21:50:30 -0600 Subject: [PATCH] Add myself to the admin list --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 0638e2d..77caec7 100644 --- a/config.py +++ b/config.py @@ -20,7 +20,7 @@ servers: dict[str, dict[str, Any]] = { "efnet": { "address": "irc.mzima.net", "channels": {"#random": 0, "#dice": 0}, - "admins": ["firepup", "h|tl"], + "admins": ["firepup", "h|tl", "fire|tl"], }, "replirc": { "address": "localhost",