mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 03:54:41 -05:00
add new banned channels
This commit is contained in:
parent
79ce4dc835
commit
9665d8c79f
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@ module.exports = function (app, config, renderTemplate) {
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|
||||||
var bannedchannels = ["UC1okSIA8UEY8OqvtjGHFvzA"];
|
var bannedchannels = ["UC1okSIA8UEY8OqvtjGHFvzA", "UClsVg5LkK2COQRo1mVS4taA", "UCIr4vkCsn0tdTW2xZ1jRG1g"];
|
||||||
var bypassQuery = "cG9rZXR1YmVjaGFubmVsYnlwYXNzbG9scGVvcGxldGhpbmt0aGlzaXNjZW5zb3JzaGlwLTQ1OTBh";
|
var bypassQuery = "cG9rZXR1YmVjaGFubmVsYnlwYXNzbG9scGVvcGxldGhpbmt0aGlzaXNjZW5zb3JzaGlwLTQ1OTBh";
|
||||||
|
|
||||||
var bypassExists = req.query.bypass === bypassQuery;
|
var bypassExists = req.query.bypass === bypassQuery;
|
||||||
|
|
Loading…
Reference in a new issue