PDA

View Full Version : Sample newdir, hide help...


BoNeZz
12-20-2007, 09:02 PM
hi guys
i have a little problem,

i use iobanana, but i want not show on irc, when i create a newdir 'Sample'.
is possible hide it?

i remember that there are a post that explains it, but with the search i can't find this post.
i find it http://www.inicom.net/forum/showthread.php?t=9430&highlight=sample
but it's not for iobanana, because in iobanana is:

set ioBvar(denypost,IMDB) "/PRE* /REQUESTS*"

for example...

thanks for the reply.

BoNeZz
12-22-2007, 09:38 AM
hey, guys, anyone!?

LordM
12-25-2007, 06:06 PM
looks like you just have to set:

set ioBvar(denypost,SAMPLE) "/*"

greets

BoNeZz
12-26-2007, 08:53 PM
looks like you just have to set:

set ioBvar(denypost,SAMPLE) "/*"

greets

don't work lord, SAMPLE is a section.

look here, from iobanana.tcl

################################################## ##############################
# ANNOUNCES #
################################################## ##############################
###; ioFTPD
set enable(NEWDIR) 1
set enable(DELDIR) 1
set enable(LOGIN) 0
set enable(LOGOUT) 0
###; ioA
set enable(PRE) 1
set enable(NUKE) 1
set enable(UNNUKE) 1
set enable(REQUEST) 1
set enable(REQFILLED) 1
set enable(REQDEL) 1
set enable(REQWIPE) 1
set enable(NEWDATE) 1
set enable(WIPE) 1
set enable(INVITE) 1
set enable(GIVE) 1
set enable(TAKE) 1
###; WarChive
set enable(WARCMOVE) 1
set enable(WARCWIPE) 1
###; ioBANANA
set enable(SFV) 1
set enable(DIZ) 1
set enable(1STFILE) 1
set enable(RACE) 1
set enable(HALFWAY) 1
set enable(COMPLETE) 1
set enable(COMPLETE1) 1
set enable(STATS) 1
set enable(USTATS) 1
set enable(GSTATS) 1
set enable(NFO) 1
set enable(IMDB) 0
set enable(IMDBEXT) 0
set enable(ALLOCINE) 0
set enable(ALLOCINEEXT) 0
set enable(EPGUIDES) 0
set enable(URL) 1
set enable(MP3) 1
set enable(AVISAMPLE) 1
set enable(MPGSAMPLE) 1
set enable(APPROVE) 1
set enable(CLOSE) 1
set enable(OPEN) 1
###; ioAUTONUKE
set enable(ANUKEEMPTY) 1
set enable(ANUKEINC) 1
set enable(ANUKEBAN) 1
set enable(ANUKEALLOW) 1
###; ioVOTE
set enable(VOTE) 1
set enable(VOTETOPIC) 1
set enable(VOTERESULT) 1
###; Events
set enable(DAYSTATS) 1
set enable(IMDBCHK) 1
set enable(MP3CHK) 1

set ioBvar(denypost,SAMPLE) "/*"

set ioBvar(denypost,DEFAULT) "/dir*"
set ioBvar(denypost,IMDB) "/news*"


set ioBvar(disable,MP3) "1STFILE"
set ioBvar(redirect,LOGIN) "#mychan"
set ioBvar(redirect,LOGOUT) "#mychan"
set ioBvar(redirect,GIVE) "#mychan"
set ioBvar(redirect,TAKE) "#mychan"
set ioBvar(redirect,WARCMOVE) "#mychan"
set ioBvar(redirect,WARCWIPE) "#mychan"

set ioBvar(announce,_PRE) "#mychan2"

Harm
01-13-2008, 08:17 AM
LordM is right... if you're using a pretty recent version of ioBanana.tcl. A new SAMPLE announce has been added (it's actually a rewrite of a NEWDIR announce for directories called "sample").

If you're not using a beta, try

set ioBvar(denypost,NEWDIR) "*Sample* *sample* *SAMPLE*"


Note that denypost is current case sensitive. That's why "sample" is mentioned a few times.

For reference, in upcoming versions, you will be able to use

set enable(SAMPLE) 0


which is a faster way of saying set ioBvar(denypost,SAMPLE) "/*".

BoNeZz
01-15-2008, 06:16 PM
hi harm

thank u so much, u are master ;)

i have another question...

is possible when i create in a PICTURE section a newdir for example My.Holiday, and into this dir i create the Cover dir, the bot can announce [cover][PICTURE] My.Holiday/Cover by me ?

thank u for the support

Harm
01-16-2008, 07:30 AM
hi harm
is possible when i create in a PICTURE section a newdir for example My.Holiday, and into this dir i create the Cover dir, the bot can announce [cover][PICTURE] My.Holiday/Cover by me ?


It will be possible. You need the announce type rewriting function that I added to the next (yet unreleased because unfinished) version of ioBanana.

Considering that the sitebot part is almost 100% backward compatible, I might release a preview in the next few days.. if there's a real demand for it.

BoNeZz
01-16-2008, 12:37 PM
It will be possible. You need the announce type rewriting function that I added to the next (yet unreleased because unfinished) version of ioBanana.

Considering that the sitebot part is almost 100% backward compatible, I might release a preview in the next few days.. if there's a real demand for it.

the window's users use only ioftpd, and the best script for it is iobanana, so demand for the update is important.

i hope that u release this important update for iobanana ;)

thanks for the support

bit42
01-21-2008, 03:07 AM
Yep, registered just to say that this is indeed a demand for it. :)