PDA

View Full Version : newdir announce


torddo
05-12-2007, 07:50 AM
Im running ioftpd 6.1.4 with ioSFV and alcobot.
When I mkdir a subdir "moo" in a dir it announce [section] [new] blablabla (moo) by user
but how can I change it to [section] [new] blablabla/moo by user ?

Trichlorethen
06-08-2007, 02:04 AM
well, the theme file should look like this:

[%(section)] [new] %(releaseName) by %(user)

then open util.tcl which is normally in AlcoBot\packages\alcolibs and find the line:


set relName "[lindex $fullPath end-1] ([lindex $fullPath end])"

and change to:

set relName "[lindex $fullPath end-1]/[lindex $fullPath end]"

restart the bot, voila ;)