No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
zhayujie 8c4a62b9c6 fix: use try catch instead of config hace 1 año
..
.gitignore plugin: add banwords plugin hace 1 año
README.md plugin: add banwords plugin hace 1 año
WordsSearch.py plugin: add banwords plugin hace 1 año
__init__.py plugin: add banwords plugin hace 1 año
banwords.py fix: use try catch instead of config hace 1 año
banwords.txt.template plugin: add banwords plugin hace 1 año
config.json.template plugin: add banwords plugin hace 1 año

README.md

说明

简易的敏感词插件,暂不支持分词,请自行导入词库到插件文件夹中的banwords.txt,每行一个词,一个参考词库是1

config.json中能够填写默认的处理行为,目前行为有:

  • ignore : 无视这条消息。
  • replace : 将消息中的敏感词替换成”*“,并回复违规。

致谢

搜索功能实现来自https://github.com/toolgood/ToolGood.Words