View Single Post
Old 07-18-2004, 05:44 PM  
Guardian
Senior Member
 
Join Date: May 2003
Posts: 131
Default

replace the code with the following and ur done ...

Code:
# set path to root
set lnk(chk)	"Z:/ioFTPD/site/"

proc lnk_sections {nick uhost hand chan arg} {
global lnk
set filelist [glob -nocomplain -directory $lnk(chk) "*"]
regsub -all "$lnk(chk)" $filelist "" filelist
set output "$filelist"
sndchan "puthelp" $chan $output
}
Njoy
Guardian
Guardian is offline   Reply With Quote