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.

mass un-banning floods

Old posts that have not been replied to for several years.
Locked
r
romprod
Halfop
Posts: 49
Joined: Fri Oct 19, 2001 8:00 pm

mass un-banning floods

Post by romprod »

I have netbots.tcl v4.09 loaded and noversions1.05.tcl loaded

The noversions1.05.tcl script ctcp versions each user that joins the channel and then kick/ban users if the version matches a specific value, this part works fine. Now when the ban expires on the channels the following happens

[11:28] <botname> [06:28] botname: cancel ban *!*@pD9E12AFC.dip.t-dialin.net on #frank
[11:28] <botname> [06:28] #frank: mode change '-b *!*@pD9E12AFC.dip.t-dialin.net' by botname
[11:28] <botname> [06:28] #frank: mode change '-b *!*@pD9E12AFC.dip.t-dialin.net' by botname
[11:28] <botname> [06:28] #frank: mode change '-b *!*@pD9E12AFC.dip.t-dialin.net' by botname
[11:28] <botname> [06:28] #frank: mode change '-b *!*@pD9E12AFC.dip.t-dialin.net' by botname
[11:28] <botname> [06:28] #frank: mode change '-b *!*@pD9E12AFC.dip.t-dialin.net' by botname
[11:28] <botname> [06:28] #frank: mode change '-b *!*@pD9E12AFC.dip.t-dialin.net' by botname
[11:28] <botname> [06:28] #frank: mode change '-b *!*@pD9E12AFC.dip.t-dialin.net' by botname
[11:28] <botname> [06:28] #frank: mode change '-b *!*@pD9E12AFC.dip.t-dialin.net' by botname
[11:28] <botname> [06:28] #frank: mode change '-b *!*@pD9E12AFC.dip.t-dialin.net' by botname
[11:28] <botname> [06:28] #frank: mode change '-b *!*@pD9E12AFC.dip.t-dialin.net' by botname
[11:32] <botname> [06:31] botname: cancel ban *!*@dslam33-43-166-62.adsl.zonnet.nl on #frank
[11:32] <botname> [06:32] (#frank) Channel ban on *!*@dslam33-43-166-62.adsl.zonnet.nl expired.
[11:32] <botname> [06:32] #frank: mode change '-b *!*@dslam33-43-166-62.adsl.zonnet.nl' by botname
[11:32] <botname> [06:32] #frank: mode change '-b *!*@dslam33-43-166-62.adsl.zonnet.nl' by botname
[11:32] <botname> [06:32] #frank: mode change '-b *!*@dslam33-43-166-62.adsl.zonnet.nl' by botname
[11:32] <botname> [06:32] #frank: mode change '-b *!*@dslam33-43-166-62.adsl.zonnet.nl' by botname
[11:32] <botname> [06:32] #frank: mode change '-b *!*@dslam33-43-166-62.adsl.zonnet.nl' by botname
[11:32] <botname> [06:32] #frank: mode change '-b *!*@dslam33-43-166-62.adsl.zonnet.nl' by botname
[11:32] <botname> [06:32] #frank: mode change '-b *!*@dslam33-43-166-62.adsl.zonnet.nl' by botname
[11:32] <botname> [06:32] #frank: mode change '-b *!*@dslam33-43-166-62.adsl.zonnet.nl' by botname
[11:32] <botname> [06:32] #frank: mode change '-b *!*@dslam33-43-166-62.adsl.zonnet.nl' by botname
[11:32] <botname> [06:32] #frank: mode change '-b *!*@dslam33-43-166-62.adsl.zonnet.nl' by botname
[11:32] <botname> [06:32] #frank: mode change '-b *!*@dslam33-43-166-62.adsl.zonnet.nl' by botname
[11:32] <botname> [06:32] #frank: mode change '-b *!*@dslam33-43-166-62.adsl.zonnet.nl' by botname

I get a random number of bots on the botnet trying to remove the ban from the channel, is there i way i can stop them doing this and limit the number of bots trying to remove the ban?

I've looked through the forum and can't see any topic relating to the same sorta problem.

Thanks
romprod
r
romprod
Halfop
Posts: 49
Joined: Fri Oct 19, 2001 8:00 pm

Post by romprod »

Has anyone any ideas? Or is this something that could be added to a newer version of netbots.tcl?
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

[11:28] <botname> [06:28] #frank: mode change '-b *!*@pD9E12AFC.dip.t-dialin.net' by botname
[11:28] <botname> [06:28] #frank: mode change '-b *!*@pD9E12AFC.dip.t-dialin.net' by botname
[11:32] <botname> [06:31] botname: cancel ban *!*@dslam33-43-166-62.adsl.zonnet.nl on #frank
[11:32] <botname> [06:32] (#frank) Channel ban on *!*@dslam33-43-166-62.adsl.zonnet.nl expired.
[11:32] <botname> [06:32] #frank: mode change '-b *!*@dslam33-43-166-62.adsl.zonnet.nl' by botname
[11:32] <botname> [06:32] #frank: mode change '-b *!*@dslam33-43-166-62.adsl.zonnet.nl' by botname
Netbots isn't at issue.

All your bots are expiring the ban at exactly the same time. Thus causing a flood.

When I say same time, this means precisly the same time. Fist they check to see if it exists on the channel, if so, remove it.

Because of the slight delay in IRC trafic, they don't see the -b before they check.
Locked