From 1e80f4e4942d4b356926f0b3b29b41e057e184d3 Mon Sep 17 00:00:00 2001 From: Aaron Blakely Date: Thu, 14 Mar 2024 04:49:23 -0500 Subject: [PATCH] update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f861f9f..d3e5160 100755 --- a/README.md +++ b/README.md @@ -49,7 +49,8 @@ These are commands which allow the bot's admin to control it once it's connected Modules are the main way to extend the functionality of the bot. They are loaded at runtime and can be unloaded and reloaded without restarting the bot. Currently, the following modules are included: -* lua +* lua - Provides Lua scripting support +* openssl - Provides SSL support * test ## Windows Support Notes