1
0
mirror of https://github.com/42wim/matterbridge.git synced 2024-05-06 15:54:56 +00:00

12 lines
176 B
Go
Raw Normal View History

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