再次修复安全漏洞(嗯

This commit is contained in:
MrZ626
2021-11-17 01:03:19 +08:00
parent a07d57cf71
commit 441c6f7667
10 changed files with 27 additions and 27 deletions

View File

@@ -32,7 +32,7 @@ local typeColor={
local function _filter(word_org)
local word=word_org
word=word:gsub("[Tt]etris",CHAR.zChan.thinking)
if FNSF then word=word:gsub("[Pp]atreon",CHAR.zChan.qualified)end
if FNSF then word=word:gsub("[Pp]\97\116\114\111\110",CHAR.zChan.qualified)end
return word,word_org
end
local function _scanDict(D)