5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-01-27 04:44:38 +00:00

12 lines
156 B
Go
Raw Normal View History

2020-10-01 22:50:56 +02:00
// +build !nomumble
package bridgemap
import (
bmumble "github.com/42wim/matterbridge/bridge/mumble"
)
func init() {
FullMap["mumble"] = bmumble.New
}