commit a09cd723328b0a56ff0018167933fe8eda6ceae0
parent 0a69e23f93fb227533b34f1e14216b0e5d7c77f2
Author: xfnw <xfnw@ttm.sh>
Date: Tue, 6 Oct 2020 11:41:04 -0400
why is mercury always down :(
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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"),
]