Sophie

Sophie

distrib > Mandriva > 2008.1 > i586 > by-pkgid > 541ced4af0c5c56679c3d998acd9a032 > files > 178

eggdrop-1.6.18-5mdv2008.1.i586.rpm

$Id: mod.compress,v 1.16 2006-03-28 02:35:49 wcc 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 - 2006 Eggheads Development Team