robbi5 / gomumblesoundboard

A Soundboard for the Mumble voice chat software written in Go.
18 stars 13 forks source link

Mumble Channels with Spaces #5

Open matthewgballew opened 6 years ago

matthewgballew commented 6 years ago

The program cannot handle channel routes with special characters or spaces.

defycgn commented 6 years ago

It can.

Channelpath: Main Group/Sub Group = --channel Main\ Group/Sub\ Group

The "\ " is for Space. The "/" for hierarchy levels