Updated Settings (markdown)

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

@ -42,6 +42,7 @@
- [Charset](#charset)
- [ColorNicks](#colornicks)
- [DebugLevel](#debuglevel)
- [JoinDelay](#joindelay)
- [MessageDelay](#messagedelay)
- [MessageLength](#messagelength)
- [MessageQueue](#messagequeue)
@ -531,6 +532,17 @@ Example:
`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
Flood control.
Delay in milliseconds between each message send to the IRC server.