irc3_sasl

This commit is contained in:
0xd3d0c3d 2022-07-27 05:59:00 -05:00
parent 381a1feb68
commit 228b32dc2a

View File

@ -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`