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:
parent
6ff58f8da4
commit
856d7e7572
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue