summaryrefslogtreecommitdiffstats
path: root/bridge/config
diff options
context:
space:
mode:
authorWim <wim@42.be>2018-04-17 23:26:41 +0200
committerWim <wim@42.be>2018-04-17 23:26:41 +0200
commite57f3a7e6c9435cba74109fffd402216fcb80fe6 (patch)
treec077d6f7dc7077912e1ebbff8a2ed6dc9f620ef0 /bridge/config
parent68fbed92819f83e282af6394e568446b63158257 (diff)
downloadmatterbridge-msglm-e57f3a7e6c9435cba74109fffd402216fcb80fe6.tar.gz
matterbridge-msglm-e57f3a7e6c9435cba74109fffd402216fcb80fe6.tar.bz2
matterbridge-msglm-e57f3a7e6c9435cba74109fffd402216fcb80fe6.zip
Add QuoteDisable option (telegram). Closes #399
Diffstat (limited to 'bridge/config')
-rw-r--r--bridge/config/config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/bridge/config/config.go b/bridge/config/config.go
index 831ea575..0a8bbc1b 100644
--- a/bridge/config/config.go
+++ b/bridge/config/config.go
@@ -92,6 +92,7 @@ type Protocol struct {
Password string // IRC,mattermost,XMPP,matrix
PrefixMessagesWithNick bool // mattemost, slack
Protocol string // all protocols
+ QuoteDisable bool // telegram
RejoinDelay int // IRC
ReplaceMessages [][]string // all protocols
ReplaceNicks [][]string // all protocols