You can change the function user_perms_post in qa-chat.php. Something like this:
private function user_perms_post()
{
return qa_user_permit_error() === false && !$this->user['iskicked'];
}
P.S. I wrote the chat plugin, not Noah ;)
I will add an option for setting permission level at some point!