Code:
on *:text:*:#:{
  if ($regex($1-,/word/giS)) {
    inc %count $v1
  }
}


You'll have to escape special characters.