you could hack this by removing the "answer" button:
if(qa_logged_in_userid() == $this->content['q_view']['raw']['postid'])
unset($this->content['q_view']['form']['buttons']['answer']);
but it would still be possible for a hacker to post answers to their own question via manual submission. With 1.5, there should be a way to block such submissions as well.