Code:
on *:join:#:{
  if ($read(dvupkeep.txt,s,$nick --) != $null) {
    notice $nick You are still muted.
  }
  elseif (!$nick(#,$me,rv)) mode # +v $nick
}
-edited with an elseif statement, thanks to wims.

Last edited by Tomao; 28/01/11 06:57 PM.