Thread: newdir announce
View Single Post
Old 06-08-2007, 02:04 AM  
Trichlorethen
Junior Member
 
Join Date: Nov 2004
Posts: 23
Default

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
Trichlorethen is offline   Reply With Quote