diff options
author | Wim <wim@42.be> | 2017-12-03 01:29:25 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2017-12-03 01:29:25 +0100 |
commit | 67a9d133e9cfef9317b3950383b6a48680998905 (patch) | |
tree | 7bd11118c066efca7965bc593ba6547e35c73114 /bridge/config | |
parent | ed9118b34620f1ecd5f28506328d4ffe1b04793d (diff) | |
download | matterbridge-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.go | 1 |
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 |