Implement soulseek bridge
This commit is contained in:
11
gateway/bridgemap/bsoulseek.go
Normal file
11
gateway/bridgemap/bsoulseek.go
Normal file
@@ -0,0 +1,11 @@
|
||||
// +build !nosoulseek
|
||||
|
||||
package bridgemap
|
||||
|
||||
import (
|
||||
bsoulseek "github.com/42wim/matterbridge/bridge/soulseek"
|
||||
)
|
||||
|
||||
func init() {
|
||||
FullMap["soulseek"] = bsoulseek.New
|
||||
}
|
||||
Reference in New Issue
Block a user