summaryrefslogtreecommitdiffstats
path: root/matterbridge.toml.sample
diff options
context:
space:
mode:
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r--matterbridge.toml.sample7
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