Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mrepol742 committed Apr 18, 2024
1 parent ee9c19c commit 79f15c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -535,6 +536,7 @@ function main(fca_state, login, cb) {
}
}
}
*/
}

if ((event.type == "message" || event.type == "message_reply") && event.senderID == redfox.getCurrentUserID()) {
Expand Down

0 comments on commit 79f15c8

Please sign in to comment.