Adds another project, more tested MT versions and corrects token doc in readme

This commit is contained in:
AliasAlreadyTaken 2024-01-30 10:10:15 +01:00
parent b3964c12c1
commit f44729462a
1 changed files with 4 additions and 3 deletions

View File

@ -42,7 +42,7 @@ An example config for minetest looks like this
BindAddress="127.0.0.1:4242"
Buffer=1000
RemoteNickFormat="{NICK}"
#Token="DISABLED, NOT YET SUPPORTED"
#Token="mytotallysecrettoken"
```
Gateway section:
@ -109,11 +109,11 @@ There is no reason to believe it doesn't work anywhere, but you never know.
### Windows
MT versions 5.0.0, 5.0.1, 5.1.0, 5.1.1, 5.2.0, 5.3.0, 5.4.0 5.4.1, 5.5.0
MT versions 5.0.0, 5.0.1, 5.1.0, 5.1.1, 5.2.0, 5.3.0, 5.4.0 5.4.1, 5.5.0, 5.6.0, 5.6.1, 5.7.0, 5.8.0
### Linux
MT versions 5.5.0
MT versions 5.5.0, 5.6.0, 5.6.1, 5.7.0, 5.8.0
### MacOS
@ -132,6 +132,7 @@ unknown
If you know a project that uses this bridge tell us and we will add it to the list.
* smart_chat : https://github.com/acmgit/smart_chat/
* player_events: https://github.com/insanity54/matterbridge_player_events
## Uninstall