Quote:
Code:
on *:TEXT:!dance*:#:{  


That'll work. You don't need the * though.

Code:
on *:text:!dance:#:{
  if ($nick == Zaephyr) { ... }
}