From 228b32dc2a1ce132ac26cb158d91763f5c461cac Mon Sep 17 00:00:00 2001 From: 0xd3d0c3d <0xd3d0c3d@protonmail.com> Date: Wed, 27 Jul 2022 05:59:00 -0500 Subject: [PATCH] irc3_sasl --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e4a5b93..965bcaa 100644 --- a/README.md +++ b/README.md @@ -283,6 +283,7 @@ export OPENAPI_KEY="sk-ERWPOEIRWadfasdfawerWRWERWERWE123512351235123512" - personalties/trained.db - `this is where trained data is stored/cached openai_plugin.py` - plugins/auth_plugin.py - `used to identify to nickserv when connected or reconnected` - plugins/base_plugin.py - `a lot of basic core functionality, voice, kick, etc.` +- plugins/bot_sasl_plugin.py - `used to authenticate to an ircd with sasl` - plugins/boombox_plugin.py - `passively keep record of music that is pumped into a channel` - plugins/crypto_plugin.py - `used to check crypto market values via the cryptocompare exchange` - plugins/dsa_plugin.py - `used to automate moderated channel chat control restricting undesirabless`