Introduce an ID reservation list.
This commit is contained in:
@@ -26,6 +26,7 @@ var banned = [
|
||||
];
|
||||
|
||||
module.exports = {
|
||||
trusted: trusted,
|
||||
banned: banned
|
||||
};
|
||||
trusted: trusted,
|
||||
banned: banned,
|
||||
reserved: []
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user