View Single Post
Old 08-17-2005, 05:01 PM  
inside
Member
 
Join Date: Dec 2004
Posts: 51
Default

It is normal that you have this error, because it does not find the way exact of the file "ioFTPD.log" in iobanane.tcl so that your eggdrop functions correctly. You look in iobanane.tcl at this place like below and you remake it.


################################################## #############################
# FILES #
################################################## #############################
set ioBvar(ioBanana) "c:/ioFTPD/scripts/oBanana.exe" ;# Not used on a *nix box
set ioBvar(ftpdir) "c:/ioFTPD/"
set ioBvar(iolog) "c:/ioFTPD/logs/ioFTPD.log"
set ioBvar(nfo_log) "c:/ioFTPD/logs/nfos.log"


@+
inside is offline   Reply With Quote