mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-24 21:19:32 +01:00
Updated Settings (markdown)
parent
19218638da
commit
18ff3a3673
12
Settings.md
12
Settings.md
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user