removed stupid comment

This commit is contained in:
Ben
2020-08-06 20:24:33 +01:00
parent 6b24bb7c9e
commit 373699348f

View File

@@ -109,17 +109,6 @@ module.exports.NickCheck = function(name)
return ret;
}
/*
To all of which I do solemnly and sincerely promise and swear, without
any hesitation, mental reservation, or secret evasion of mind in me
whatsoever; binding myself under no less a penalty than that of having
my throat cut across, my tongue torn out, and with my body buried in
the sands of the sea at low-water mark, where the tide ebbs and flows
twice in twenty-four hours, should I ever knowingly or willfully
violate this, my solemn Obligation of a Javascript user. So help
me God and make me steadfast to keep and perform the same.
*/
module.exports.IsIdentifierHarmful = function(ident)
{
return !(/^[a-zA-Z0-9_ ][a-zA-Z0-9_!?-]{3,999}$/.test(ident));