mymindstorm / matrix-appservice-mumble

Matrix <--> Murmur Bridge
https://matrix.org/docs/projects/bridge/matrix-appservice-mumble
MIT License
29 stars 8 forks source link

Add room linking system #16

Closed mymindstorm closed 4 years ago

mymindstorm commented 4 years ago

closes #12

TODO:

amalon commented 4 years ago

FYI It responds to chat messages (from another bridge to the same room) with "Invalid command. Type 'help' for valid commands." i guess it needs a magic prefix and user whitelisting still

mymindstorm commented 4 years ago

Thanks for testing this out! The room in the config file is supposed to just be a room dedicated to bridge admin commands. Anyone that can send text messages to matrixRoom is an admin. That way, I the bridge does not have to do user whitelisting and it can send status messages to the admin room. I will clarify this when I write the docs.