From a09cd723328b0a56ff0018167933fe8eda6ceae0 Mon Sep 17 00:00:00 2001 From: xfnw Date: Tue, 6 Oct 2020 11:41:04 -0400 Subject: [PATCH] why is mercury always down :( --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index abb5c39..c0f5492 100755 --- a/bot.py +++ b/bot.py @@ -10,7 +10,7 @@ from ircrobots import ConnectionParams SERVERS = [ ("freenode", "chat.freenode.net"), ("tilde", "irc.tilde.chat"), - ("technet","mercury.technet.xi.ht"), + ("technet","irc.technet.xi.ht"), ("vulpineawoo","irc.wppnx.pii.at"), ("alphachat","irc.alphachat.net"), ]