Make PlusOne use cookies
This commit is contained in:
parent
fee86db368
commit
1bf0ddf675
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ class PlusOne(yaboli.Bot):
|
||||||
await room.send(f"Point for user {mention(nick)} registered.", message.mid)
|
await room.send(f"Point for user {mention(nick)} registered.", message.mid)
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
bot = PlusOne("PlusOne")
|
bot = PlusOne("PlusOne", "plusone.cookie")
|
||||||
join_rooms.join_rooms(bot)
|
join_rooms.join_rooms(bot)
|
||||||
asyncio.get_event_loop().run_forever()
|
asyncio.get_event_loop().run_forever()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue