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
}
}
}
}