06-08-2007, 02:04 AM
|
#2 |
| Junior Member ioFTPD Foundation User
Join Date: Nov 2004
Posts: 23
|
well, the theme file should look like this: Code: [%(section)] [new] %(releaseName) by %(user) then open util.tcl which is normally in AlcoBot\packages\alcolibs and find the line: Code: set relName "[lindex $fullPath end-1] ([lindex $fullPath end])" and change to: Code: set relName "[lindex $fullPath end-1]/[lindex $fullPath end]" restart the bot, voila |
| |