4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-06-27 08:49:24 +00:00

Add QuoteLengthLimit option (telegram) fixes #963 (#985)

* QuoteLengthLimit option added to limit max. quoted message length if QuoteLengthLimit = 0 the whole message will be quoted
This commit is contained in:
Humorhenker
2020-01-30 00:02:33 +01:00
committed by GitHub
parent 0dd19af6e8
commit fc30b1bacc
3 changed files with 13 additions and 0 deletions

View File

@ -116,6 +116,7 @@ type Protocol struct {
Protocol string // all protocols
QuoteDisable bool // telegram
QuoteFormat string // telegram
QuoteLengthLimit int // telegram
RejoinDelay int // IRC
ReplaceMessages [][]string // all protocols
ReplaceNicks [][]string // all protocols