From 67a9d133e9cfef9317b3950383b6a48680998905 Mon Sep 17 00:00:00 2001 From: Wim Date: Sun, 3 Dec 2017 01:29:25 +0100 Subject: Add quick & dirty sshchat support (https://github.com/shazow/ssh-chat) --- bridge/config/config.go | 1 + 1 file changed, 1 insertion(+) (limited to 'bridge/config') 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 -- cgit v1.2.3