diff options
author | Wim <wim@42.be> | 2018-05-11 20:59:15 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2018-05-11 20:59:15 +0200 |
commit | 406a54b597271add1e297231e6f260895eff8f1d (patch) | |
tree | 2a8c10222edff3a7bb3a4c280efaaf674c8513d7 /bridge/config | |
parent | be04d1a8627456f07c8ab9800d12532211897991 (diff) | |
download | matterbridge-msglm-406a54b597271add1e297231e6f260895eff8f1d.tar.gz matterbridge-msglm-406a54b597271add1e297231e6f260895eff8f1d.tar.bz2 matterbridge-msglm-406a54b597271add1e297231e6f260895eff8f1d.zip |
Add QuoteFormat option (telegram). Closes #413
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 0fc41412..0b92783e 100644 --- a/bridge/config/config.go +++ b/bridge/config/config.go @@ -95,6 +95,7 @@ type Protocol struct { PrefixMessagesWithNick bool // mattemost, slack Protocol string // all protocols QuoteDisable bool // telegram + QuoteFormat string // telegram RejoinDelay int // IRC ReplaceMessages [][]string // all protocols ReplaceNicks [][]string // all protocols |