[chans] Join channels on config file

This commit is contained in:
Julian Marcos 2021-12-22 20:58:52 +01:00 committed by Julian Jarabo
parent 8b91520652
commit a8744085a6
No known key found for this signature in database
GPG Key ID: 937CED0727240E4A
1 changed files with 1 additions and 2 deletions

3
bot.py
View File

@ -70,8 +70,7 @@ class bot:
async def setup():
bot.nslogin()
await bot.join("#chaos")
#await bot.joinchans()
await bot.joinchans()
async def ConnectionSetup():
bot.raw(f"NICK {NICK}")
bot.raw(f"USER {NICK} 0 * :{REALNAME}")