Skip to content
General IRCd

Notice Flood Protection

A TG007 community discussion started by scorpvision.

Discussion 3 posts
Page 1 of 1
Open
Topic #3384 · 3 published posts · 1,219 views

Hi,

 

I need a little help with a notice flood protection what I try to create but it doesn't work and I have tried it manny ways but it just doesn't work for me.

 

This is what I now have:

 

ON @*:NOTICE:*:#: {
 if ($nick !isop $chan) {
   inc -u2 $+(%,flood.,$chan,.,$nick)
   if ($($+(%,flood.,$chan,.,$nick),2) >= 4) {
     ban $chan $nick 2 | kick # $nick Don't flood please
   }
 }
}

 

Can someone help me with this please?

i dont think it works like that for ircd lol:\

ow

 

Than I will change my question. Can somebody make me a notice flood protection that works?