added /forceevaluate

This commit is contained in:
Chloe Fontenot 🏳️‍⚧️ 2023-04-09 22:51:04 -05:00
parent 42b4477039
commit 39528ce5a1

View File

@ -152,8 +152,10 @@ global.checkMessage = function checkMessage(message, runFromGlobal) {
if (abbreviationKey.target_phrases[matchMessageArray[i]] !== undefined) {
checkIfGirlfriend(message);
if (checkIfExempt(message)) {
return;
if (!runFromGlobal) {
if (checkIfExempt(message)) {
return;
}
}
matchDetected = true;
abbrsUsed++;