1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-01 22:26:24 -07:00

Add information to readme about plugins/events

This commit is contained in:
Eggbertx 2023-06-16 08:41:23 -07:00
parent 6ff58f8da4
commit 856d7e7572

View file

@ -21,6 +21,9 @@ See [`docker/README.md`](docker/README.md)
## Configuration
See [config.md](config.md)
## Plugins
Gochan has a built-in [Lua](https://lua.org) interpreter and an event system to allow for extending your Gochan instance's functionality. See [events_triggered.md](./events_triggered.md) for a list of events and information about when they are used.
## Migration
If you run gochan v3.0 or newer and get a message telling you that your database is out of date, please run gochan-migration -updatedb. If this does not work, please contact the developers.