diff options
author | Wim <wim@42.be> | 2016-11-20 23:33:41 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2016-11-20 23:33:41 +0100 |
commit | e1641b2c2e6b80402d642e94fb1df797c1816369 (patch) | |
tree | dbdf21c54607c36b786f608fbb8b13ef34116cb2 /bridge/config | |
parent | e0e1e4be8018b256d86e2df9c3f84fc7881041c3 (diff) | |
download | matterbridge-msglm-e1641b2c2e6b80402d642e94fb1df797c1816369.tar.gz matterbridge-msglm-e1641b2c2e6b80402d642e94fb1df797c1816369.tar.bz2 matterbridge-msglm-e1641b2c2e6b80402d642e94fb1df797c1816369.zip |
Add support for RemoteNickFormat in general configuration
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 1958bf57..4b0a7ead 100644 --- a/bridge/config/config.go +++ b/bridge/config/config.go @@ -80,6 +80,7 @@ type Config struct { Xmpp map[string]Protocol Discord map[string]Protocol Telegram map[string]Protocol + General Protocol Gateway []Gateway SameChannelGateway []SameChannelGateway } |