diff --git a/node/boto.js b/node/boto.js index d033ca4..7f76be5 100644 --- a/node/boto.js +++ b/node/boto.js @@ -35,5 +35,11 @@ client.on('message', (channel, tags, message, self) => { const args = message.slice(1).split(' '); const command = args.shift().toLowerCase(); // !COMMAND => command - + + if { // !ALL | START + } + else if(isSub) { // !SUBS | START + } + else(isModUp) { // !MODS | START + } // !MODS | END }); // SCAN MSG | END \ No newline at end of file