From e57f3a7e6c9435cba74109fffd402216fcb80fe6 Mon Sep 17 00:00:00 2001 From: Wim Date: Tue, 17 Apr 2018 23:26:41 +0200 Subject: Add QuoteDisable option (telegram). Closes #399 --- bridge/config/config.go | 1 + 1 file changed, 1 insertion(+) (limited to 'bridge/config') 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 -- cgit v1.2.3