diff options
author | Wim <wim@42.be> | 2017-06-24 23:17:57 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2017-06-24 23:17:57 +0200 |
commit | 1b837b3dc7579351a6018b52b58613c446ce08a5 (patch) | |
tree | 7ceb5a5a2ca175e931cb6bd3ba8074bef78c855e /bridge/config | |
parent | 2ece724f751ece1a7d037b138b27df00834833fc (diff) | |
download | matterbridge-msglm-1b837b3dc7579351a6018b52b58613c446ce08a5.tar.gz matterbridge-msglm-1b837b3dc7579351a6018b52b58613c446ce08a5.tar.bz2 matterbridge-msglm-1b837b3dc7579351a6018b52b58613c446ce08a5.zip |
Add ShowEmbeds option (discord). #202
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 7f27115b..246d6b82 100644 --- a/bridge/config/config.go +++ b/bridge/config/config.go @@ -68,6 +68,7 @@ type Protocol struct { RemoteNickFormat string // all protocols Server string // IRC,mattermost,XMPP,discord ShowJoinPart bool // all protocols + ShowEmbeds bool // discord SkipTLSVerify bool // IRC, mattermost Team string // mattermost Token string // gitter, slack, discord, api |