Stieneee / mumble-discord-bridge

A simple voice bridge between Mumble and Discord.
MIT License
153 stars 16 forks source link

Default Mumble Channel #31

Closed floridr closed 2 years ago

floridr commented 2 years ago

Hi,

I love this tool. Unfortunately, the bridge reconnects from time to time for reasons still unknown. Fter reconned the brdige user goes into the root channel and not into the intended channel on the mumble server. Is it possible to define which channel the bridge automatically changes on the Mumble server? I use it with Docker.

Cheers.

stryan commented 2 years ago

Either set the MUMBLE_CHANNEL environmental variable when running, or pass -mumble-channel "channel_name" as an argument.

You can see a list of all available settings by running mumble-discord-bridge --help.