k it works but now how to i make it so it can can more then one letter?
cause this won't work
--------------------------------------------------------------------------

on *:input:*:{
if ( $left($1,1) != / ) {
msg $active $replace($1-,o,0)
halt
}
if ( $left($1,1) != / ) {
msg $active $replace($1-,w,\/\/)
halt
}
}
-------------------------------------------------------------------------