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