diff options
author | Wim <wim@42.be> | 2016-11-01 23:10:29 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2016-11-01 23:10:29 +0100 |
commit | 8e606e3cef5f36cff1a14c25fc1915ecfd30e054 (patch) | |
tree | 84620d54b677695bc7b51b70e762205836076ad3 /matterbridge.toml.sample | |
parent | be513622ac04bee46be89d1817e23b04f37f5acd (diff) | |
download | matterbridge-msglm-8e606e3cef5f36cff1a14c25fc1915ecfd30e054.tar.gz matterbridge-msglm-8e606e3cef5f36cff1a14c25fc1915ecfd30e054.tar.bz2 matterbridge-msglm-8e606e3cef5f36cff1a14c25fc1915ecfd30e054.zip |
Update documentation
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 11 |
1 files changed, 11 insertions, 0 deletions
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. +#<clipped> will be add to the message that fills the queue. +#OPTIONAL (default 30) +MessageQueue=30 + ################################################################### #XMPP section ################################################################### |