Merge branch 'master' of ssh://gitea.calebfontenot.com:25566/CCF_100/NoMoreAcronyms

master
Chloe Fontenot 🏳️‍⚧️ 2023-04-09 22:51:08 +07:00
commit 12aadf6527
1 changed files with 4 additions and 2 deletions

@ -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++;