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.

join/parts flood

Old posts that have not been replied to for several years.
Locked
M
MagRam

join/parts flood

Post by MagRam »

Hi,
I search for a simple tcl for ban the join/parts flood (ex 5 join in 30 sec). I have see in the tcl archive of egghelp.org but don't see it
I have see the settings in sentinell.tcl but don't work very good.
thanks and excuse for my english
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

Actually... I am working on one... still a little testing needs to be done before I release it.. however I don't know about others. As for sentinel.tcl, yes its join-part detection mechanism is not very good, only the avalanche is the best so far I've seen.

Mine would have join prot if alot of *!*@hosts join in a channel very fast, locking the channel to user defined mode locks, same for fast parting/quiting, and one for join/part floods.

However I made a script based upon part/quit messages which can stop part/quit floods if you use it correctly. You can try it out its named 'Anti Part/Quit Message Script v1.62.b' by awyeah. (You can find it in the egghelp.org tcl archive)

Give it a go, and let me know :mrgreen:
·­awyeah·

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

Post by MagRam »

Thanks for the reply awyeah,
I have download your tcl, a very good work for the spam message in part and quit, but only for the simple join/part I search an a "simple" tcl.
If you work for it I see any week the forum and the site,I mean there are many people to search this type of tcl.....
Thank you and all scripters for your work.
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

Either check the flood settings (chan, ctcp, join, kick, deop and nick) settings or do an tcl script with "bind flud" in and adjust it to fill your needs (custom message, punishment, etc.). Is kinda simple if you take a look at the tcl-commands.doc file and consult the forum via the Search function.
Once the game is over, the king and the pawn go back in the same box.
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

Binding flud is quite easy. You just have to get the hostmask of the user and punish (kick/ban) him. The bots internal timers will do the detection bit, so no hard coding is required at all.

But then I don't like flud for join, as when the bot laggs then things gets messy and the detection system is not customizable even. For the bind flud, I think I posted some scripts on this archive.. If I remember, try to search, yeah.

As for the script, it will take a bit time but will prove to be very efficient. I am only having problems with newchanban as I want server bans, but the bot on which I test gets excess flood if they are alot of flooders. So maybe I'll go with newchanbans, as the kicks are stacked properly with it and the bot can kick 20 users or more with out getting excess flood, while using normal tcl's mine got excess after kicking 12 clones.

Btw if anyone has an idea, how to use putserv "KICK or.. putkick, to kick alot of flooders quickly in a customizable way, let me know. So I can't get the maximum number of flooders kicked, and the bot doesn't excess flood.
·­awyeah·

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