This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

dcc accept files

Old posts that have not been replied to for several years.
Locked
E
Errtu

Post by Errtu »

I've searched the tcl archive, browsed through tcl-command, but was unable to find anythign about dcc accept. There are alot of scripts out there which can make the bot send a file, but none which can make it accept a file. Is it possible, and what script could i use? (or give me directions where to look, and what to look for)

thanx,

Errtu
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Eggdrop is capable of accepting files, without even downloading a single script.

Make sure you have compiled and loaded the transfer and filesys modules.

Give the users, that wish to upload to the bot, the +x flag, and they should be able to upload. (Solong as the filesys directories are setup corectly).

There is no way to make the bot accept files from all users. You could add a user and give them a hostmask of *!*@*, but this would only confuse eggdrop, when it comes to matching people against other flags.
E
Errtu

Post by Errtu »

Ah, thanks man! I was looking for a much complex method. Glad to see eggdrop can be simple from time to time :smile:
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Eggdrop is simple all te time. It's te users that are too simple to notice it.
Locked