From 8e606e3cef5f36cff1a14c25fc1915ecfd30e054 Mon Sep 17 00:00:00 2001 From: Wim Date: Tue, 1 Nov 2016 23:10:29 +0100 Subject: Update documentation --- matterbridge.toml.sample | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'matterbridge.toml.sample') diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 90a21300..f01a3b48 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -49,6 +49,17 @@ RemoteNickFormat="[{PROTOCOL}] <{NICK}> " #OPTIONAL IgnoreNicks="ircspammer1 ircspammer2" +#Flood control +#Delay in milliseconds between each message send to the IRC server +#OPTIONAL (default 1300) +MessageDelay=1300 + +#Maximum amount of messages to hold in queue. If queue is full +#messages will be dropped. +# will be add to the message that fills the queue. +#OPTIONAL (default 30) +MessageQueue=30 + ################################################################### #XMPP section ################################################################### -- cgit v1.2.3