commit 0586c4c5afdd36bb1844b56f8175f731262520c7 parent b2162be109c72ee94ecdd306a6c93d72f526e8c7 Author: xfnw <xfnw@ttm.sh> Date: Mon, 5 Oct 2020 19:39:46 -0400 awoo Diffstat:
M | bot.py | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bot.py b/bot.py @@ -11,7 +11,7 @@ SERVERS = [ ("freenode", "chat.freenode.net"), ("tilde", "irc.tilde.chat"), ("technet","mercury.technet.xi.ht"), - #("vulpineawoo","irc.wppnx.pii.at"), + ("vulpineawoo","irc.wppnx.pii.at"), ] class Server(BaseServer):