Old 05-12-2007, 07:50 AM   #1
torddo
Junior Member
 
Join Date: May 2007
Posts: 1
Default newdir announce

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 ?
torddo is offline   Reply With Quote
Old 06-08-2007, 02:04 AM   #2
Trichlorethen
Junior Member
ioFTPD Foundation User
 
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
Reply

Tags
announce, moo, user, [new], [section]

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 02:41 PM.

Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)