rip sturtz irc

This commit is contained in:
xfnw 2021-07-12 11:52:09 -04:00
parent 64d68a9d92
commit 4e255024c5
1 changed files with 5 additions and 5 deletions

10
bot.py
View File

@ -131,12 +131,12 @@ async def main():
params = ConnectionParams(
"min",
host = "irc.sturtz.cf",
port = 6667,
tls = False,
autojoin = ['#sturtz_network'])
host = "manonet.lumey.dev",
port = 6697,
tls = True,
autojoin = ['#manonet'])
await bot.add_server("sturtz", params)
await bot.add_server("manonet", params)
await bot.run()
if __name__ == "__main__":