Oh oh oh, I see what you mean. Yeah, when you set categories, there aren't options for 'No one / Not available' so nothing is done for BBcode, but if you edit the functions.php file...
Code:
$do_html = false;
$do_smilies = false;
$do_bbcode = false;
$do_imgcode = false;
$do_parseurl = false;
$do_comments = false;
$do_ratings = false;
You can set the defaults to whatever, true or false, for the 'No one / Not available' category.