ok then done that also i have added a few things will they work
Code:
 
on @1:TEXT:*:#botsparadise: {   
  var %i = 1   
  while (%i <= $0) {    
    .!echo -q $read($scriptdirswearwords.txt,s,$eval($+($,%i),2))    
    if ($readn) { var %match = $addtok(%match,$eval($+($,%i),2),44) }     
    inc %i  
  }   
 [color:red]     if ($read(swearers.txt,s,$nick) && if($nick !isop #)) {
    if ($ifmatch != $null) {
      kick $chan $nick You Were Warned   
      elseif (%match != $null) {  
[/color]        msg $chan Do not use: < $+ $nick $+ > " $+ %match $+ " You will be kicked if it happens again  | write swearers.txt $nick
      }
    }
  }
}

 

cos i need it to make sur it doesnt do anythin to the ops and if the persons nick is in a txt file it will kick them

Last edited by andymps; 10/06/03 08:34 PM.