4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-06-27 08:49:24 +00:00

Add quick & dirty sshchat support (https://github.com/shazow/ssh-chat)

This commit is contained in:
Wim
2017-12-03 01:29:25 +01:00
parent ed9118b346
commit 67a9d133e9
3 changed files with 143 additions and 0 deletions

View File

@ -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