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