summaryrefslogtreecommitdiffstats
path: root/gateway
diff options
context:
space:
mode:
Diffstat (limited to 'gateway')
-rw-r--r--gateway/bridgemap/bnctalk.go11
1 files changed, 11 insertions, 0 deletions
diff --git a/gateway/bridgemap/bnctalk.go b/gateway/bridgemap/bnctalk.go
new file mode 100644
index 00000000..c1943926
--- /dev/null
+++ b/gateway/bridgemap/bnctalk.go
@@ -0,0 +1,11 @@
+// +build !nonctalk
+
+package bridgemap
+
+import (
+ btalk "github.com/42wim/matterbridge/bridge/nctalk"
+)
+
+func init() {
+ FullMap["nctalk"] = btalk.New
+}