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