This commit is contained in:
cdle
2021-09-26 16:07:17 +08:00
parent ed012cee44
commit 12abea31a8
4 changed files with 19 additions and 40 deletions
+1 -1
View File
@@ -199,7 +199,7 @@ func init() {
Admin: true,
Cron: "*/5 * * * *",
Handle: func(s core.Sender) interface{} {
if s.GetImType() == "fake" && qinglong.Get("autoCronHideDuplicate", "true") == "false" {
if s.GetImType() == "fake" && qinglong.GetBool("autoCronHideDuplicate", true) == false {
return nil
}
w := func(s string) int {