Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelortmann committed Sep 11, 2022
1 parent fde6613 commit cf2ddd7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions eggdrop.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit cf2ddd7

Please sign in to comment.