Code:
on *:text:*:#: {
  var %regex = /word1|word2|word3|word4/iS
  if ($regex(%regex,$1-) return

  write chatlog.txt $1-
}