Skip to content
Snippets Groups Projects
Commit b601d5cc authored by joenas's avatar joenas
Browse files

Updated README

parent b54f0df5
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,14 @@ ...@@ -5,6 +5,14 @@
This mod creates a bridge between a [Matrix](https://matrix.org) channel and the in-game chat. This mod creates a bridge between a [Matrix](https://matrix.org) channel and the in-game chat.
The code is shamelessly based on the [irc](https://github.com/minetest-mods/irc) mod and examples from [lua-matrix](https://github.com/aperezdc/lua-matrix). The code is shamelessly based on the [irc](https://github.com/minetest-mods/irc) mod and examples from [lua-matrix](https://github.com/aperezdc/lua-matrix).
This branch (`master`) needs a Matrix user that listens for messages and sends to Minetest. Chat messages posted in-game
will be sent with the bot to the Matrix channel like so:
```
@minetestbot: <myuser> hello world
```
For a bridge where virtual users are created in Matrix, checkout the [appservice](https://github.com/diggers-mt/minetest-matrix/tree/appservice) branch!
## Installing ## Installing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment