From c200f31fffa7d365ff1898723e57d1fc0c24e7b2 Mon Sep 17 00:00:00 2001 From: serinko Date: Sat, 24 Sep 2022 11:43:43 +0300 Subject: [PATCH] simple priv_chat_bot config --- bin/ircd/script/demo_priv_meeting_bot.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/bin/ircd/script/demo_priv_meeting_bot.py b/bin/ircd/script/demo_priv_meeting_bot.py index 7ec1dda0a..d17083536 100644 --- a/bin/ircd/script/demo_priv_meeting_bot.py +++ b/bin/ircd/script/demo_priv_meeting_bot.py @@ -1,9 +1,5 @@ # TODO -# 1) Make a config file -# 2) Point host, port, channel there -# 3) Add private channel (seed) to the config -# 4) Make variable seed in the async def start(): -# 5) Read all host, port, channel and seed from the config file +# 1) Enable for multiple chats import json import asyncio