PDA

View Full Version : ioBv20 shows WIPE activity also 4 hidden dirs.


Jog
08-11-2004, 08:05 AM
In ioB v20 the WIPE activity in shown by the bot also if it is made in hidden dirs (setted by denypost).

for example i have a dir called '/0nly_adMin/' where i map all the disks.

i set it in the denypost and it doesn't shows creation of dirs and so on, but when i Wipe a dir using site wipe it is shown by the bot:

<MyBOT> -MyBOT- [WIPE] - Jog/SiTEOPS wiped 0nly_adMin/disk_C/sticazzi 0MB (0F and 1D).

In ioB v19 this doesn't happen!!!

i tryed also to set a denypost_WIPE variable but it doesn't contemplate the WIPE command.
i suppose u had to add all commands in the check of this:

set ioBvar(denypost_MESSAGE) "*/whatever*"

why in ioB v20 u make this modification??

i suppose that ioBv20 isn't able to hide wipe commands only for some areas but only globally, right?

Harm
08-11-2004, 01:50 PM
Wrong. You've most probably not removed the default redirection for WIPE announces.
Redirections happen before denypost checks.

Jog
08-11-2004, 07:01 PM
uhmmm ... i now removed the redirection by commenting the line:

set channelmsg(WIPE)

i rehashed the bot but it still announce the WIPE operation on hidden dirs :(

I set:

set ioBvar(denypost) "/0nly_adMin*"
[...]
#set channelmsg(WIPE) "#achannel"

but it announces:

[2:02am] <@MyBOT> -MyBOT- [WIPE] - Jog/SiTEOPS wiped 0nly_adMin/disk_C/abc 0MB (0F and 1D). ·

where i'm wrong?

ps. i also tryed to set:
set ioBvar(denypost_WIPE) "/0nly_adMin*"
but nothing changes :(