This commit is contained in:
vulpine 2020-10-05 19:39:46 -04:00
parent b2162be109
commit 0586c4c5af
1 changed files with 1 additions and 1 deletions

2
bot.py
View File

@ -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):