This commit is contained in:
randomuser 2022-07-19 04:07:35 +00:00
parent cfcd3fb345
commit a1eb74cf42
1 changed files with 1 additions and 1 deletions

2
bot.py
View File

@ -178,7 +178,7 @@ class Bot(BaseBot):
async def main():
bot = Bot()
params = ConnectionParams(BOTNAME, 'localhost', 6667, False, BOTNAME, "totally not rndusr's bot lol")
params = ConnectionParams(BOTNAME, 'irc.tilde.chat', 6697, True, BOTNAME, "totally not rndusr's bot lol")
await bot.add_server('tilde', params)
await bot.run()