From cf2ddd7d34597db4a2cc74f9cfc7b79ef9f7df05 Mon Sep 17 00:00:00 2001 From: Michael Ortmann <41313082+michaelortmann@users.noreply.github.com> Date: Sun, 11 Sep 2022 12:55:40 +0200 Subject: [PATCH] Doc --- eggdrop.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/eggdrop.conf b/eggdrop.conf index 8464bfcee..5215de1b7 100755 --- a/eggdrop.conf +++ b/eggdrop.conf @@ -187,8 +187,9 @@ logfile mco * "logs/eggdrop.log" set log-time 1 # Set the following to the timestamp for the logfile entries. Popular times -# might be "[%H:%M]" (hour, min), or "[%H:%M:%S]" (hour, min, sec). -# Read `man strftime' for more formatting options. Keep it below 32 chars. +# might be "[%H:%M]" (hour, min), or "[%H:%M:%S]" (hour, min, sec). Read +# 'man strftime' for more formatting options. Additionally eggdrop supports %f +# for milliseconds. Keep it below 32 chars. set timestamp-format {[%H:%M:%S]} # If you want to keep your logfiles forever, turn this setting on. All @@ -1512,7 +1513,7 @@ set xfer-timeout 30 #loadmodule compress # Allow compressed sending of user files? The user files are compressed with -# the compression level defined in `compress-level'. +# the compression level defined in 'compress-level'. set share-compressed 1 # This is the default compression level used. These levels are the same as