Welcome

User: Pass:   register


on @*:TEXT:*:#:{
 if ($nick isop #) return
 var %count = $count($1-,$chr(3))
 inc %count $count($1-,$chr(2)) 
 inc %count $count($1-,$chr(22)) 
 inc %count $count($1-,$chr(31)) 
 inc %count $count($1-,$chr(15))
 ;The above 5 lines count the number of control codes
 if (%count >= 10) {
  ban -u60 # $nick 11
  kick # $nick Please don't use soo much colour ( $+ %count $+ )
 }
}






© 1996-2010 hdesk.org and dalnethelpdesk.com