Merge branch 'master' of ssh://gitea.calebfontenot.com:25566/CCF_100/NoMoreAcronyms
This commit is contained in:
commit
12aadf6527
2
main.cjs
2
main.cjs
@ -152,9 +152,11 @@ global.checkMessage = function checkMessage(message, runFromGlobal) {
|
||||
|
||||
if (abbreviationKey.target_phrases[matchMessageArray[i]] !== undefined) {
|
||||
checkIfGirlfriend(message);
|
||||
if (!runFromGlobal) {
|
||||
if (checkIfExempt(message)) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
matchDetected = true;
|
||||
abbrsUsed++;
|
||||
//Return key
|
||||
|
Loading…
Reference in New Issue
Block a user