From 0b05317050bc6d8077915d3ba23a29b660a5c930 Mon Sep 17 00:00:00 2001 From: Firepup Sixfifty Date: Tue, 14 Nov 2023 22:39:02 -0600 Subject: [PATCH] Actually this can be global --- config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index 559295e..ce499bd 100644 --- a/config.py +++ b/config.py @@ -17,7 +17,7 @@ servers: dict[str, dict[str, Any]] = { "pass": env["ircnow_pass"], "channels": {"#random": 0, "#dice": 0, "#offtopic": 0}, "admins": ["firepup", "h|thelounge", "firepup|lounge"], - "hosts": ["firepup.firepi", "9pfs.repl.co"], + "hosts": ["9pfs.repl.co"], }, "efnet": { "address": "irc.mzima.net", @@ -39,7 +39,7 @@ servers: dict[str, dict[str, Any]] = { "hosts": ["172.20.171.225", "169.254.253.107"], } } -admin_hosts: list[str] = ["47.221.227.180"] +admin_hosts: list[str] = ["firepup.firepi", "47.221.227.180"] ESCAPE_SEQUENCE_RE = re.compile( r""" ( \\U........ # 8-digit hex escapes