4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-06-26 23:29:25 +00:00

Limit message length (irc). Closes #179

This commit is contained in:
Wim
2017-05-29 21:54:34 +02:00
parent 87229bab13
commit 9d9cb32f4e
3 changed files with 13 additions and 1 deletions

View File

@ -59,6 +59,7 @@ type Protocol struct {
Protocol string //all protocols
MessageQueue int // IRC, size of message queue for flood control
MessageDelay int // IRC, time in millisecond to wait between messages
MessageLength int // IRC, max length of a message allowed
MessageFormat string // telegram
RemoteNickFormat string // all protocols
Server string // IRC,mattermost,XMPP,discord