Ohh, thanks!
Can I use these code with these commands too?

Code:
.Deop: {
  var %n = $numtok($snicks,44)
  var %o = $str(o,%n)
  mode # - $- %o $replace($snicks,$chr(44),$chr(32))
}


Code:
.Voice: {
  var %n = $numtok($snicks,44)
  var %v = $str(v,%n)
  mode # + $+ %v $replace($snicks,$chr(44),$chr(32))
}


Code:
.Devoice: {
  var %n = $numtok($snicks,44)
  var %v = $str(v,%n)
  mode # - $- %v $replace($snicks,$chr(44),$chr(32))
}

Last edited by Aron; 08/11/14 11:09 AM.