summaryrefslogtreecommitdiffstats
path: root/bridge/config/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'bridge/config/config.go')
-rw-r--r--bridge/config/config.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/bridge/config/config.go b/bridge/config/config.go
index 230ddb9e..29261d58 100644
--- a/bridge/config/config.go
+++ b/bridge/config/config.go
@@ -166,6 +166,11 @@ type Gateway struct {
InOut []Bridge
}
+type Tengo struct {
+ Message string
+ RemoteNickFormat string
+}
+
type SameChannelGateway struct {
Name string
Enable bool
@@ -190,6 +195,7 @@ type BridgeValues struct {
WhatsApp map[string]Protocol // TODO is this struct used? Search for "SlackLegacy" for example didn't return any results
Zulip map[string]Protocol
General Protocol
+ Tengo Tengo
Gateway []Gateway
SameChannelGateway []SameChannelGateway
}