Code:
on *:input:*: {
  if ($left($1,1) != $readini($mircini,text,commandchar))  msg $active $1- 
  halt
}

You'd want the error messages if your disconnected to let you know you are. You also had a bracket mismatch.