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