on *:text:*!voice*:#:{ if ( $nick isop # ) { mode # +v $2 } on *:text:*!devoice*:#:{ mode # -v $2 } }