mirror of
https://github.com/42wim/matterbridge
synced 2024-11-11 01:10:38 +00:00
12 lines
156 B
Go
12 lines
156 B
Go
// +build !nomumble
|
|
|
|
package bridgemap
|
|
|
|
import (
|
|
bmumble "github.com/42wim/matterbridge/bridge/mumble"
|
|
)
|
|
|
|
func init() {
|
|
FullMap["mumble"] = bmumble.New
|
|
}
|