We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
根据用户发送的内容,结合关键词判读是否为广告,如果是广告直接移除,不需要管理员移除@他
一,根据关键词自动移除用户 步骤: 1,判读用户发送内容是否包含 设置好的一个或多个关键词,例如:广告,联系 等 2,判断成功机器人自动移除
二,黑名单功能 步骤: 1,移除的用户都加入黑名单 2,下次再进来自动移除
The text was updated successfully, but these errors were encountered:
No branches or pull requests
根据用户发送的内容,结合关键词判读是否为广告,如果是广告直接移除,不需要管理员移除@他
一,根据关键词自动移除用户
步骤:
1,判读用户发送内容是否包含 设置好的一个或多个关键词,例如:广告,联系 等
2,判断成功机器人自动移除
二,黑名单功能
步骤:
1,移除的用户都加入黑名单
2,下次再进来自动移除
The text was updated successfully, but these errors were encountered: