Hey, i've changed id.. i found it, look:

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


This works on : /notice (my nickname) !badword (badword)

!!! laugh !!!

And... it works.


Squee whenever a squee squee's. Squee whenever a squee does not squee.