3
0
mirror of https://github.com/42wim/matterbridge.git synced 2025-03-10 16:30:52 +01:00

12 lines
161 B
Go
Raw Normal View History

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