Update documentation

This commit is contained in:
Wim
2016-11-01 23:10:29 +01:00
parent be513622ac
commit 8e606e3cef
2 changed files with 29 additions and 14 deletions

View File

@@ -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
###################################################################