diff --git a/index.js b/index.js index 99820f62437b07f24632069b513e141fd1df1a86..8f22864b312e3b418f0fb93205aaf60d8c254681 100644 --- a/index.js +++ b/index.js @@ -49,6 +49,7 @@ client.on('update', (msg) => { if (striptags(msg.account.note).match(/#nobot/i)) { client.mute_user(id); console.log("MUTED #nobot: " + acct); + return; } // This will be... not optimal I think.