修改nickname插件:添加一个敏感词

This commit is contained in:
Dolen 2022-05-25 17:03:44 +08:00 committed by GitHub
parent eae1dd59a7
commit 53000a949b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ __plugin_version__ = 0.1
__plugin_author__ = "HibiKier"
__plugin_configs__ = {
"BLACK_WORD": {
"value": ["", "", ""],
"value": ["", "", "", "父亲"],
"help": "昵称所屏蔽的关键词,会被替换为 *",
"default_value": None
}