You can use..

on *:text:!*:#: {

And check if ($1 == !word1) {

And if ($1 == !word2) {

And so and so forth.

But you don't have to combine them.

on *:text:!word1:#:
on *:text:!word2:#: is fine.

-Neal.