Welcome

User: Pass:   register


on @*:TEXT:*:#:{
 if ($nick isop #) return
 if ($len($strip($1-)) >= 180) {
  ;Note that I $strip the text before I use $len, so it won't count any
  ; control codes like colour or bold etc...
  ban -u60 # $nick 11
  kick # $nick You talk too much! Keep it below 180 letters
 }
}






© 1996-2010 hdesk.org and dalnethelpdesk.com