/usr/share/doc/eggdrop-data/settings/mod.filesys is in eggdrop-data 1.6.20-1.
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 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | $Id: mod.filesys,v 1.19 2010/01/03 13:27:23 pseudo Exp $
Filesys Module
Last revised: May 26, 2004
_____________________________________________________________________
Filesys Module
This module provides an area within the bot where users can store and manage
files. With this module, the bot is usable as a file server.
This module requires: transfer
Put this line into your Eggdrop configuration file to load the filesys
module:
loadmodule filesys
There are also some variables you can set in your config file:
set files-path "/home/mydir/eggdrop/filesys"
Set here the 'root' directory for the file system.
set incoming-path "/home/mydir/eggdrop/filesys/incoming"
If you want to allow uploads, set this to the directory uploads should be
put into. Set this to "" if you don't want people to upload files to your
bot.
set upload-to-pwd 0
If you don't want to have a central incoming directory, but instead
want uploads to go to the current directory that a user is in, set this
setting to 1.
set filedb-path ""
Eggdrop creates a '.filedb' file in each subdirectory of your file area
to keep track of its own file system information. If you can't do that
(for example, if the dcc path isn't owned by you, or you just don't want
it to do that) specify a path here where you'd like all of the database
files to be stored instead.
set max-file-users 20
Set here the maximum number of people that can be in the file area at
once. Setting this to 0 makes it effectively infinite.
set max-filesize 1024
Set here the maximum allowable file size that will be received (in KB).
Setting this to 0 makes it effectively infinite.
_____________________________________________________________________
Copyright (C) 2000 - 2010 Eggheads Development Team
|