diff --git a/develop/qinglong/cron.go b/develop/qinglong/cron.go index f182316..707972b 100644 --- a/develop/qinglong/cron.go +++ b/develop/qinglong/cron.go @@ -199,7 +199,7 @@ func init() { Admin: true, Cron: "*/5 * * * *", Handle: func(s core.Sender) interface{} { - if s.GetImType() == "" && qinglong.Get("autoCronHideDuplicate", "true") == "false" { + if s.GetImType() == "fake" && qinglong.Get("autoCronHideDuplicate", "true") == "false" { return nil } w := func(s string) int {