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


billythekid