Stieneee / mumble-discord-bridge

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

Nested Mumble Channel #14

Closed rfvgyhn closed 3 years ago

rfvgyhn commented 3 years ago

Can you add support for nested channels in mumble when specifying MUMBLE_CHANNEL? I'm not familiar with Go but it looks like you'd need to add some sort of path separator and then create a slice out of it to pass to the Channels.Find function.

https://github.com/layeh/gumble/issues/36#issuecomment-287017389