diff options
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 |