File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ class Application < Rails::Application
31
31
# Delete the warning message in x minutes to keep chat clean
32
32
config . delete_message_delay = 5
33
33
# Spam blocked probability threshold
34
- config . probability_threshold = 0.95
34
+ config . probability_threshold = 0.94
35
35
config . chinese_space_spam_threshold = 0.8
36
36
end
37
37
end
Original file line number Diff line number Diff line change 76
76
# Apply autocorrection by RuboCop to files generated by `bin/rails generate`.
77
77
# config.generators.apply_rubocop_autocorrect_after_generate!
78
78
79
- config . probability_threshold = 0.95
79
+ config . probability_threshold = 0.94
80
80
81
81
# Delete the warning message in x minutes to keep chat clean
82
82
config . delete_message_delay = 1
Original file line number Diff line number Diff line change 25
25
start : " /start - Start using the bot"
26
26
markspam : " /markspam - Delete spam messages and restrict users"
27
27
feedspam : " /feedspam - Submit spam samples for training"
28
- listspam : " /listspam - View list of banned accounts"
28
+ listspam : " /listspam - View list of spam messages"
29
+ listbanuser : " /listbanuser - List all banned users"
29
30
support : " For assistance, join our support group: @[BSS support group](https://t.me/+i8fy3qOtiNAyODZl)"
30
31
errors :
31
32
processing : " An error occurred while processing your request."
Original file line number Diff line number Diff line change 25
25
start : " /start - 开始使用机器人"
26
26
markspam : " /markspam - 删除垃圾消息并封禁用户"
27
27
feedspam : " /feedspam - 投喂垃圾信息来训练"
28
- listspam : " /listspam - 查看封禁账户列表"
28
+ listspam : " /listspam - 查看拦截广告消息列表"
29
+ listbanuser : " /listbanuser - 查看封禁账户列表"
29
30
support : " 如有问题,请加群 @[BSS 支持群](https://t.me/+i8fy3qOtiNAyODZl)。"
30
31
errors :
31
32
processing : " 处理请求时出错。"
You can’t perform that action at this time.
0 commit comments