################################################## #############################
# DEBUG #
################################################## #############################
source scripts/log.tcl
source scripts/ftp.tcl
set ioBvar(debug) 0
set ioBvar(debuglog) "h:/ioFTPD/logs/BotError.log"
# Once you've edited everything above, you can safely remove the next line and start your bot
#die "My owner is soo lazy :> Go check ioBanana.tcl"
################################################## #############################
### CONFIGURATION ENDS HERE ; DO NOT EDIT BELOW ###
################################################## #############################
set ioBver "ioBanana 9 by Mouton & Harm"; set reldate "28/07/2004"
set ioBvar(status) 0
set procs ""
#if {$ioBvar(debug)==2} {set ::ftp::VERBOSE 1; set ::ftp:
EBUG 1} else {set ::ftp::VERBOSE 0; set ::ftp:
EBUG 0}
if {$ioBvar(distributed)} {set ioBvar(invite_m) 0}
set lastoct [file size $ioBvar(iolog)]
################################################## #############################
Thats the TCL code..