1
0
forked from lug/matterbridge

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

@@ -48,10 +48,15 @@ MessageDelay=1300
#Maximum amount of messages to hold in queue. If queue is full
#messages will be dropped.
#<clipped> will be add to the message that fills the queue.
#<message clipped> will be add to the message that fills the queue.
#OPTIONAL (default 30)
MessageQueue=30
#Maximum length of message sent to irc server. If it exceeds
#<message clipped> will be add to the message.
#OPTIONAL (default 400)
MessageLength=400
#Nicks you want to ignore.
#Messages from those users will not be sent to other bridges.
#OPTIONAL