summaryrefslogtreecommitdiffstats
path: root/gateway/bridgemap/bsteam.go
blob: c2654737d1e1c4760ea621c061f782b594c6c612 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// +build !nosteam

package bridgemap

import (
	bsteam "github.com/42wim/matterbridge/bridge/steam"
)

func init() {
	FullMap["steam"] = bsteam.New
}