From 23bfb96103f12fbb4a657ddf6636160fa2e354fc Mon Sep 17 00:00:00 2001 From: anadahz Date: Sun, 1 Dec 2019 00:33:03 +0000 Subject: [PATCH] Add DebugLevel IRC option --- Settings.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Settings.md b/Settings.md index 5352d3d..480489f 100644 --- a/Settings.md +++ b/Settings.md @@ -41,6 +41,7 @@ - [IRC](#irc) - [Charset](#charset) - [ColorNicks](#colornicks) + - [DebugLevel](#debuglevel) - [MessageDelay](#messagedelay) - [MessageLength](#messagelength) - [MessageQueue](#messagequeue) @@ -519,6 +520,15 @@ Example: enable it `ColorNicks=true` +## DebugLevel +Debug log verbosity. + +Setting: OPTIONAL \ +Default: 0 \ +Format: int \ +Example: + +`DebugLevel=1` ## MessageDelay Flood control. @@ -619,7 +629,7 @@ Example: enable it Password for irc server (if necessary) Setting: OPTIONAL \ -Format: string (hostname:port) \ +Format: string \ Example: `Password="s3cret"`