on *:input:*: {
if ( $server ) && ( $left($1-,1) != / ) {
msg $active $1- | halt
else {
halt
}
}


this one works... forgot to put halt