Introduce an ID reservation list.

This commit is contained in:
Péter Szilágyi
2017-09-12 11:29:03 +03:00
parent 83815929de
commit 2e72a285ac
2 changed files with 7 additions and 5 deletions

View File

@@ -26,6 +26,7 @@ var banned = [
];
module.exports = {
trusted: trusted,
banned: banned
};
trusted: trusted,
banned: banned,
reserved: []
};