Introduce an ID reservation list.

This commit is contained in:
Péter Szilágyi
2017-09-12 11:29:03 +03:00
committed by Ikmyeong Na
parent 611d68fde2
commit f8c226c0f3
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: []
};