Skip to content
MSN

flooder kick

A TG007 community discussion started by tech9.

Discussion 9 posts
Page 1 of 1
Open
Topic #2404 · 9 published posts · 669 views

ok im havin a problem with some lamer who joins with a guest nickname and keeps switchin nicks kinda somethin like this...

 

* >-2616 is now known as >-7810

* >-7810 is now known as >-8689

* >-8689 is now known as >-3465

* >-3465 is now known as >-9937

* >-9937 is now known as >-9124

* >-9124 is now known as >-2149

* >-2149 is now known as >-9984

* >-9984 is now known as >-7404

* >-7404 is now known as >-2000

* >-2000 is now known as >-5827

* >-5827 is now known as >-3716

* >-3716 is now known as >-4436

 

is there a kick snippet that can stop him from floodin my people out the room..?

 on *:NICK: /kick $comchan($newnick,1) $newnick No nick flooding 

add this to access list >*!*@*$*

it will ban guests

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

If its like the one I have seen b4 its changing nicks too fast to kick them. Best thing to do then is add this to script and have someone you trust added to admin list type +m. All it does is change the modes so if the dipstick leaves he wont get back in. After 30 minutes or so you can reset the modes by having an admin type -m. Other than that you can add the bottom code as it will add them to user list. You may need to change how it adds to fit your script.

on Admin:text:*+m*:*: {
  if ($me isowner #) /mode # +i | /mode # -u | /mode # +m /access # add deny >*!*@*$* 
  msg $active mode +i-u guests banned | /msg $active Your Flooder is NOW WORTHLESS.
}
on Admin:text:*-m*:*: {
  if ($me isowner #) /mode # +i | /mode # -u | /mode # -m /access # add deny >*!*@*$* 
  msg $active mode +i-u guests banned | /msg $active OK Back To The Fun.
}

on ^*:NICK: { 
 if ($nick != $me) { kick $comchan($me,1) $newnick No nick changes in here Thank You!! 
   access # add deny $address 60 | access # add deny >!*! 15 | auser autok $nick
 } 
}

 

"Diplomacy is the art of saying 'Nice doggie' until you can find a rock".-Will Rogers

well if they respond to fast, only way to beat them is by doing what ozzy said at the begining, before they join. A sacrifice in guests is better than constant attacks.

Even if you add an code it might kick one or two but your script will freeze up.Well most of them do.

Custom Computer

AMD Athlon 64 x2 Dual Core 5200+

Asus M2N-SLI MOB

2GB DDR2 @ 800mhz

160GB Hard Drive

NVidia GeForce 8400GS 256

ight thanks guys

The second code I posted added 697 >0001 nicks to user list. Just saying it will add to list but also floods out as well.

 

"Diplomacy is the art of saying 'Nice doggie' until you can find a rock".-Will Rogers

yeah well the problem is that msn doesnt got a mode to enable/disable nick changing in room, it wud have easily solved the problem o_O

on me:*:join:#:hop #