aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2024-06-04 00:03:15 +0000
committerterminaldweller <devi@terminaldweller.com>2024-06-04 00:03:15 +0000
commitd27efc1cf6e67d827bb27bd6bafed5b905cc1215 (patch)
tree3468ee96bebc3f559f84d243e54beab93411e0d9
parentupdated readme some more (diff)
downloadmilla-d27efc1cf6e67d827bb27bd6bafed5b905cc1215.tar.gz
milla-d27efc1cf6e67d827bb27bd6bafed5b905cc1215.zip
updated readme some more
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
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.<br/>
+milla uses [gopher-lua](https://github.com/yuin/gopher-lua) which implements a lua 5.1 VM in Go.<br/>
+This means that lua libraries that are implemented in C will not be available to gopher-lua, only pure lua libraries will be available..<br/>
+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.<br/>
An example plugin is provided under `plugins/rss.lua`.<br/>