FIXME in file /daemons/help_d.c line 158:

 simulate the old levels

Code:
    lvl = adminp(this_user()) ? 5 : wizardp(this_user()) ? 1 : 0;

    return filter_array(result, function(string file, int lvl) {
	array parts = explode(file, "/");
