Replace " do stuff " with what you want to do.
Code:
on *:text:*:#channel: {
if (!$2) && ($len($1) >= 10) { /kick # $nick Used a word that was 10 letters or more. }
}