From 07d884694a7bbf5510ace6c3929960288611fcbd Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Thu, 10 Feb 2022 02:16:19 +0000 Subject: [PATCH] Update 'node/boto.js' --- node/boto.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/node/boto.js b/node/boto.js index 293e7b4..c2607bd 100644 --- a/node/boto.js +++ b/node/boto.js @@ -46,12 +46,12 @@ client.on('message', (channel, tags, message, self) => { // M O D S Q U A D // ---------------------------------- - let isMod = user.mod || user['user-type'] === 'mod'; - let isBroadcaster = channel.slice(1) === user.username; - let isModUp = isMod || isBroadcaster; - if(isModUp) { + //let isMod = user.mod || user['user-type'] === 'mod'; + //let isBroadcaster = channel.slice(1) === user.username; + //let isModUp = isMod || isBroadcaster; + //if(isModUp) { // Something for moderators or higher - } + //} // I N F O // ==================================