Merge branch 'master' of ssh://gitea.calebfontenot.com:25566/CCF_100/NoMoreAcronyms
This commit is contained in:
commit
12aadf6527
6
main.cjs
6
main.cjs
@ -152,8 +152,10 @@ 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 (checkIfExempt(message)) {
|
if (!runFromGlobal) {
|
||||||
return;
|
if (checkIfExempt(message)) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
matchDetected = true;
|
matchDetected = true;
|
||||||
abbrsUsed++;
|
abbrsUsed++;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user