I think it echo should have a choosable second parameter..
echo(
test[, nc?]);
so..
PHP Code:
echo("Only people who have NC will see this!");
echo("All people who is on rc will see this!", true);
If second parameter is true, all uses will see it. If false or nil, only nc users will see it