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.

nickflood

Old posts that have not been replied to for several years.
Locked
L
LaLopeZ

nickflood

Post by LaLopeZ »

lo all.
Yea i need a Anti-Nickflood Script. The Nickflood-Ban from eggdrop sucks, cause it Bans Channel op's/voice's too.
Can anyone write me an little Addon for this please?
where i can add
- how many nickchange's, in how many seconds allowed
- ban reason
and
- bantime
And the Script, should not Ban op's/voice's.
Thanx to everyone :)
User avatar
strikelight
Owner
Posts: 708
Joined: Mon Oct 07, 2002 10:39 am
Contact:

Re: nickflood

Post by strikelight »

LaLopeZ wrote:lo all.
Yea i need a Anti-Nickflood Script. The Nickflood-Ban from eggdrop sucks, cause it Bans Channel op's/voice's too.
Can anyone write me an little Addon for this please?
where i can add
- how many nickchange's, in how many seconds allowed
- ban reason
and
- bantime
And the Script, should not Ban op's/voice's.
Thanx to everyone :)
Here's a wild idea... add your op's and voice's to your bot and give them the +f flag.... I know, it sounds crazy.... but I mean, they probably thought Christopher Columbus was crazy when he said the world was round!
L
LaLopeZ

Post by LaLopeZ »

ehm, i can't add over 100op's and much voice's.
User avatar
strikelight
Owner
Posts: 708
Joined: Mon Oct 07, 2002 10:39 am
Contact:

Post by strikelight »

LaLopeZ wrote:ehm, i can't add over 100op's and much voice's.
If you had time to make them op's and voice's in the first place, then you have time to add them to your bot.
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

create a flud bind and exempt voices and ops using the if commands.
L
LaLopeZ

Post by LaLopeZ »

strikelight wrote:
LaLopeZ wrote:ehm, i can't add over 100op's and much voice's.
If you had time to make them op's and voice's in the first place, then you have time to add them to your bot.
There is another Service, who op/voice them ..
and i cant add all, cause there often change there vhosts.
so please, make this script, much work for ya?
B
Bytez
Op
Posts: 168
Joined: Mon Aug 11, 2003 1:42 pm

Post by Bytez »

use mc_8 ban flooders script it allows you to exempts ops/voices, ban reason, time, great script.
User avatar
CrazyCat
Revered One
Posts: 1279
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Post by CrazyCat »

strikelight wrote:
LaLopeZ wrote:ehm, i can't add over 100op's and much voice's.
If you had time to make them op's and voice's in the first place, then you have time to add them to your bot.

Code: Select all

# updating users
set mychan "#your channel"
foreach victim [userlist] {
if {[matchattr $victim -|o $mychan] || [matchattr $victim -|v $mychan]} {
chattr $victim +f $mychan
}
}
Use it only once
User avatar
Papillon
Owner
Posts: 724
Joined: Fri Feb 15, 2002 8:00 pm
Location: *.no

Post by Papillon »

or just enable the .tcl command and do:
.tcl foreach victim [userlist -|ov #mychan] { chattr $victim +f #mychan }
Elen sila lúmenn' omentielvo
Locked