on *:TEXT:*:#spelletjes, #games, #axespeaks: {
if ($nick isreg #) {
set %ln 1
while %ln <= $lines(badwords.txt) {
if ($read(badwords.txt,%ln) isin $strip($1-)) {
kick $chan $nick KICK: Let op je woorden... [Banned] | mode $chan +b $address($nick,2)
}
inc %ln
}
}
}
on *:NOTICE:!badword*:* {
if (( $nick isop #spelletjes ) || ($nick ishop #spelletjes)) {
write badwords.txt $2
notice $nick $2 Toegevoegd aan badwords lijst
}
}