From 6784678dc87b766047cff8a1dddcf793f5b5ef4a Mon Sep 17 00:00:00 2001 From: Eric Lay Date: Mon, 5 May 2025 08:07:38 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 86a948b..cb5d525 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ **This app is built to join and listen on the selected IRC channel handling cross communications between the channel and site chatbox.** +V3 - Breaks all the parts into modular scripts to help with debugging and future proofing. The main solution it provides is running a single bot listener but four gunicorn workers for multi-threaded handling of API calls. + **Includes:** - User verification and validation - Staff channel management