Flood Koruması Addon
| 
					 1 2 3 4 5 6 7 8  | 
						on @1:text:*:#:{  if $me !isop $chan { halt } | if $nick isop $chan { halt }  var %bflood $strip($1-)  var %mflood $strip($$1)  if ($len(%bflood) >= 250 ) || ($len($1) >= 50 ) {  /mode $chan +b $address($2,2) | /kick $chan $nick 7¤ 13Flood Yasaktir2 [14!2] 7¤  }  }  | 
					
