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

12 lines
152 B
Go
Raw Normal View History

// +build !nonctalk
package bridgemap
import (
btalk "github.com/42wim/matterbridge/bridge/nctalk"
)
func init() {
FullMap["nctalk"] = btalk.New
}