summaryrefslogtreecommitdiffstats
path: root/bridge/config
diff options
context:
space:
mode:
authorWim <wim@42.be>2017-12-03 01:29:25 +0100
committerWim <wim@42.be>2017-12-03 01:29:25 +0100
commit67a9d133e9cfef9317b3950383b6a48680998905 (patch)
tree7bd11118c066efca7965bc593ba6547e35c73114 /bridge/config
parented9118b34620f1ecd5f28506328d4ffe1b04793d (diff)
downloadmatterbridge-msglm-67a9d133e9cfef9317b3950383b6a48680998905.tar.gz
matterbridge-msglm-67a9d133e9cfef9317b3950383b6a48680998905.tar.bz2
matterbridge-msglm-67a9d133e9cfef9317b3950383b6a48680998905.zip
Add quick & dirty sshchat support (https://github.com/shazow/ssh-chat)
Diffstat (limited to 'bridge/config')
-rw-r--r--bridge/config/config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/bridge/config/config.go b/bridge/config/config.go
index 47e2a1d6..6344fa59 100644
--- a/bridge/config/config.go
+++ b/bridge/config/config.go
@@ -141,6 +141,7 @@ type Config struct {
Discord map[string]Protocol
Telegram map[string]Protocol
Rocketchat map[string]Protocol
+ Sshchat map[string]Protocol
General Protocol
Gateway []Gateway
SameChannelGateway []SameChannelGateway