From d27efc1cf6e67d827bb27bd6bafed5b905cc1215 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Mon, 3 Jun 2024 20:03:15 -0400 Subject: updated readme some more --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5f69817..18000c8 100644 --- a/README.md +++ b/README.md @@ -533,6 +533,9 @@ go build ### Plugins and Scripting milla can be extended with plugins. The plugins are written in lua and are loaded at runtime. The plugins are loaded after an IRC connection has been made.
+milla uses [gopher-lua](https://github.com/yuin/gopher-lua) which implements a lua 5.1 VM in Go.
+This means that lua libraries that are implemented in C will not be available to gopher-lua, only pure lua libraries will be available..
+There are a few libraries written in go specifically for gopher-lua that are available to milla. Below there is a list of the current ones.
An example plugin is provided under `plugins/rss.lua`.
-- cgit v1.2.3