added /forceevaluate
This commit is contained in:
parent
42b4477039
commit
39528ce5a1
2
main.cjs
2
main.cjs
@ -152,9 +152,11 @@ global.checkMessage = function checkMessage(message, runFromGlobal) {
|
|||||||
|
|
||||||
if (abbreviationKey.target_phrases[matchMessageArray[i]] !== undefined) {
|
if (abbreviationKey.target_phrases[matchMessageArray[i]] !== undefined) {
|
||||||
checkIfGirlfriend(message);
|
checkIfGirlfriend(message);
|
||||||
|
if (!runFromGlobal) {
|
||||||
if (checkIfExempt(message)) {
|
if (checkIfExempt(message)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
matchDetected = true;
|
matchDetected = true;
|
||||||
abbrsUsed++;
|
abbrsUsed++;
|
||||||
//Return key
|
//Return key
|
||||||
|
Loading…
x
Reference in New Issue
Block a user