diff --git a/node/boto.js b/node/boto.js index 115277a..a57b774 100644 --- a/node/boto.js +++ b/node/boto.js @@ -114,11 +114,11 @@ client.on('message', (channel, tags, message, self) => { //let isMod = user.mod || user['user-type'] === 'mod'; //let isBroadcaster = channel.slice(1) === user.username; //let isModUp = isMod || isBroadcaster; - //if(isModUp) { - // if(command === 'mod') { - // client.say(channel, `Mod test command`); - // } - //} + if(isModUp) { + if(command === 'mod') { + client.say(channel, `Mod test command`); + } + } // I N F O // ==================================