change
This commit is contained in:
parent
cfcd3fb345
commit
a1eb74cf42
2
bot.py
2
bot.py
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue