From b601d5cc645e9969712bd27cc551cda9990e3e6d Mon Sep 17 00:00:00 2001 From: joenas Date: Wed, 23 Aug 2017 10:20:11 +0200 Subject: [PATCH] Updated README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c05860d..f2ce69d 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,14 @@ 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). +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: 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