From 79f15c8f0c0daad89b102722686f191dab5efaef Mon Sep 17 00:00:00 2001 From: Melvin Jones Repol Date: Thu, 18 Apr 2024 17:04:01 +0800 Subject: [PATCH] Initial Commit --- index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.js b/index.js index 783ad4da..a0d2a0b9 100644 --- a/index.js +++ b/index.js @@ -526,6 +526,7 @@ function main(fca_state, login, cb) { // check if thread lock exists and is not equal to current bot id // then return + /* const threadLock = settingsThread[event.threadID].lock; if (threadLock && threadLock != redfox.getCurrentUserID()) { if (accounts.includes(threadLock)) return; @@ -535,6 +536,7 @@ function main(fca_state, login, cb) { } } } + */ } if ((event.type == "message" || event.type == "message_reply") && event.senderID == redfox.getCurrentUserID()) {