/usr/share/doc/eggdrop-data/settings/mod.compress is in eggdrop-data 1.6.21-4build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | $Id: mod.compress,v 1.20 2011/02/13 14:19:33 simple Exp $
Compress Module
Last revised: May 27, 2004
_____________________________________________________________________
Compress Module
This module provides provides support for file compression. It can be used
to compress files via Tcl or to transfer the userfile compressed during the
share process, saving bandwidth.
This module requires: share
Put this line into your Eggdrop configuration file to load the compress
module:
loadmodule compress
There are also some variables you can set in your config file:
set share-compressed 1
Allow compressed sending of user files? The user files are compressed
with the compression level defined in `compress-level'.
set compress-level 9
This is the default compression level used. These levels are the same
as those used by GNU gzip.
_____________________________________________________________________
Copyright (C) 2000 - 2011 Eggheads Development Team
|