diff options
author | Wim <wim@42.be> | 2017-05-29 21:54:34 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2017-05-29 21:54:34 +0200 |
commit | 9d9cb32f4efa78fcdbb49a84d221b5e731c336c2 (patch) | |
tree | 8b317d3921d70e75169511f8c853ac65458b3c0a /matterbridge.toml.sample | |
parent | 87229bab13d89d87284993f27a4c5c2afa762aa2 (diff) | |
download | matterbridge-msglm-9d9cb32f4efa78fcdbb49a84d221b5e731c336c2.tar.gz matterbridge-msglm-9d9cb32f4efa78fcdbb49a84d221b5e731c336c2.tar.bz2 matterbridge-msglm-9d9cb32f4efa78fcdbb49a84d221b5e731c336c2.zip |
Limit message length (irc). Closes #179
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index f4d9af7a..4e1a3f70 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -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 |