Code
 
    on *:TEXT:*:#:{
      set %antiswear 0
      while (%antiswear < $0) {
        inc %antiswear
        set %antis $ [ $+ [ %antiswear ] $+ ]
        if ($read(censor.txt, sw, %antis)) {
          mode $chan +b $address($nick, 2)
        }
      }
    } 

This snippet banned all censor in channel if read file.txt
I want to ban one person if reads from the file and then after a time difference and an accurate capacity banned the other person who reads it from the file I don't want to banned all people censor at one time
Eny help?