Skip to content
MSN Addons

Flood

A TG007 community discussion started by K0rupt.

Discussion 7 posts
Page 1 of 1
Open
Topic #3315 · 7 published posts · 892 views

ok i do need some help here ..i made a room lastnight....ok well a user comes in...and starts flooding.......ok it kicked that user out.....ok but he /she is flooding with a 1 nick that stays in the room..and it changes nicks so fast w/o leaving..i have tried to right click and kick the nick,,,but it says no such nick...its not a Guest_ nick either any way to stop this next......... any help will do thanks and what kind of flood is this i have never seen it done before

Edited Apr 8, 2005 8:23 PM by K0rupt

Probably not, you just end up flooding yourself out.

Custom Computer

AMD Athlon 64 x2 Dual Core 5200+

Asus M2N-SLI MOB

2GB DDR2 @ 800mhz

160GB Hard Drive

NVidia GeForce 8400GS 256

easy, go to msn help desk ask them to come look at your room and let them sort it by baning the idots ip

My code does NOT have bugs. It just develops random features.

if ur the owner of the room y dont u just deny the gatekeeper ??

on *:nick: { 
 kick $comchan($newnick,1) $newnick No name changes :|
}

yah.. just ban guests and if they start changing names if u dint deny them then just use the nick kicker, suggestion, or if its lagging u, dont show nick changes just ignore them and get a guest flood kicker cus when they join it takes seconds to start changing names by then the guest kicker should have kicked atleast half+ out

on *:nick: { 
 kick $comchan($newnick,1) $newnick No name changes :|
}

Or something like this:

 

on *:nick:{
 var %i = 1, %n = $($+(%,flood.,$site),2)
 if (!%n) { inc -u3 $+(%,flood.,$site) }
 else { inc $+(%,flood.,$site) }
 if ($calc(%n + 1) > 2) {
   while ($comchan($newnick,%i)) {
     if ($me isop $v1) { kick $v2 $newnick Flooding. }
     inc %i
   }
   unset $+(%,flood.,$site)
 }
}

Edited Apr 9, 2005 6:15 PM by tidy trax