mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-24 21:19:32 +01:00
Add DebugLevel IRC option
parent
d6c47e0652
commit
23bfb96103
12
Settings.md
12
Settings.md
@ -41,6 +41,7 @@
|
|||||||
- [IRC](#irc)
|
- [IRC](#irc)
|
||||||
- [Charset](#charset)
|
- [Charset](#charset)
|
||||||
- [ColorNicks](#colornicks)
|
- [ColorNicks](#colornicks)
|
||||||
|
- [DebugLevel](#debuglevel)
|
||||||
- [MessageDelay](#messagedelay)
|
- [MessageDelay](#messagedelay)
|
||||||
- [MessageLength](#messagelength)
|
- [MessageLength](#messagelength)
|
||||||
- [MessageQueue](#messagequeue)
|
- [MessageQueue](#messagequeue)
|
||||||
@ -519,6 +520,15 @@ Example: enable it
|
|||||||
|
|
||||||
`ColorNicks=true`
|
`ColorNicks=true`
|
||||||
|
|
||||||
|
## DebugLevel
|
||||||
|
Debug log verbosity.
|
||||||
|
|
||||||
|
Setting: OPTIONAL \
|
||||||
|
Default: 0 \
|
||||||
|
Format: int \
|
||||||
|
Example:
|
||||||
|
|
||||||
|
`DebugLevel=1`
|
||||||
|
|
||||||
## MessageDelay
|
## MessageDelay
|
||||||
Flood control.
|
Flood control.
|
||||||
@ -619,7 +629,7 @@ Example: enable it
|
|||||||
Password for irc server (if necessary)
|
Password for irc server (if necessary)
|
||||||
|
|
||||||
Setting: OPTIONAL \
|
Setting: OPTIONAL \
|
||||||
Format: string (hostname:port) \
|
Format: string \
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
`Password="s3cret"`
|
`Password="s3cret"`
|
||||||
|
Loading…
Reference in New Issue
Block a user