一些问题的建议优化 #54
-
1.关于冷却时间,我试了一下,在Q群里,发现所有人是共用冷却时间的,例如A发了涩图 get命令,B要等冷却介绍后再发命令才能获取到图片,这个是不是应该按群员独立计算的 |
Beta Was this translation helpful? Give feedback.
Replies: 11 comments 2 replies
-
# 可选:DIRECT/HTTP/SOCKS
type: SOCKS
# 地址
hostname: localhost
# 端口
port: 1080 应该就可以了 |
Beta Was this translation helpful? Give feedback.
-
测试的时候发现了个新问题,写在了 #53 ,简单来说就是bot master在白名单模式下不会被加入 |
Beta Was this translation helpful? Give feedback.
-
试了一下,白名单把机器人加入白名单,依旧会无视whitelist |
Beta Was this translation helpful? Give feedback.
-
你是说把bot自己放在白名单里吗 |
Beta Was this translation helpful? Give feedback.
-
是的 |
Beta Was this translation helpful? Give feedback.
-
补充第四点,个人和群组好像共用一个冷却配置,就是冷却的时间对个人和群组是同时生效的 |
Beta Was this translation helpful? Give feedback.
-
SOCKS这个我再测试测试,能复现的话我就开个新issue |
Beta Was this translation helpful? Give feedback.
-
理论上来说是分开的 |
Beta Was this translation helpful? Give feedback.
-
就是对个人不进行冷却,对群进行冷却这个意思 |
Beta Was this translation helpful? Give feedback.
-
你可以修改 customCooldownUsers:
<userid>: 0 这样这个人就没有冷却了。或者让这个人私聊bot |
Beta Was this translation helpful? Give feedback.
你可以修改
Data.yml
这样这个人就没有冷却了。或者让这个人私聊bot
/lolicon set cooldown 0
(前提是这个人在trustedUsers
中)