Updated Settings (markdown)

Wim 2020-04-19 17:26:13 +02:00
parent 19218638da
commit 18ff3a3673

@ -42,6 +42,7 @@
- [Charset](#charset) - [Charset](#charset)
- [ColorNicks](#colornicks) - [ColorNicks](#colornicks)
- [DebugLevel](#debuglevel) - [DebugLevel](#debuglevel)
- [JoinDelay](#joindelay)
- [MessageDelay](#messagedelay) - [MessageDelay](#messagedelay)
- [MessageLength](#messagelength) - [MessageLength](#messagelength)
- [MessageQueue](#messagequeue) - [MessageQueue](#messagequeue)
@ -531,6 +532,17 @@ Example:
`DebugLevel=1` `DebugLevel=1`
## JoinDelay
Delay in milliseconds between channel joins.
Only useful when you have a LOT of channels to join.
Setting: OPTIONAL, RELOADABLE \
Default: 0 \
Format: int \
Example:
`JoinDelay=1000`
## MessageDelay ## MessageDelay
Flood control. Flood control.
Delay in milliseconds between each message send to the IRC server. Delay in milliseconds between each message send to the IRC server.