Code:
ON *:TEXT:*blah*:#:{ 
  var %i $0
  while %i > 0 {
     if ($($+($,%i),3) == blah) { inc %blahcounter }
    dec %i
    if (%blahcounter == 1000) { msg # THATS THE 1000TH TIME "BLAH" HAS BEEN SAID }  
  }
}


this happens everytime I write something in the response box.

Last edited by Belhifet; 19/10/14 05:00 AM.