This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Unusual ban placed by my bot. (*!*@*)

Old posts that have not been replied to for several years.
Locked
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Unusual ban placed by my bot. (*!*@*)

Post by awyeah »

Hi,

I have some wierd situation here.
Although my bot has lots of tcl scripts
but it sets a ban mode randomly, anytime
on one specific channel only it is monitoring.

I putlog all my tcl procedures but in the end
couldnt find any result for this triggering on
any sort of bind.

The bot places the ban *!*@* randomly when
ever it likes sometimes maybe due when a mass
botnet join occurs, or when I suddenly restart it
and it joins the channel and regains op then it sets
the ban.

Sometimes out of no where it sets the ban and I
have no idea whatso ever is going on.

Code: Select all

* adapter sets mode: +b *!*@*
* adapter sets mode: -b *!*@*
* Navin sets mode: -b adapter!~adapter@evil.spells.and.majic.org
* Navin sets mode: -ob adapter *!*@*
I made a small script for it to bind on trigger "+b" if it detects that ban, made by someone or itself to remove it when it happens... this is a current temporary solution, which I have made currently to avoid this ban.

If anyone has an idea of what could be wrong, please let me know. The channel I mentioned is quite large around 300+ users but no tcl scripts react when the bot triggers this ban, this is really wierd.
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
User avatar
j0n
Op
Posts: 140
Joined: Wed May 07, 2003 5:31 pm
Location: sjn.nb.ca
Contact:

Post by j0n »

What "protection" script(s) are you running?

Also, .bans all
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

well... I am a scripter I code 90% of the scripts
running on my bots myself.

I think I might have found the problem, I haven't
got any complaint for the bot so far setting that ban.
Maybe it could be due to some unrecognized settings
I used in the .conf file or maybe global/dynamic flood
settings hmm....
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
Locked