Update cron.go
This commit is contained in:
@@ -199,7 +199,7 @@ func init() {
|
|||||||
Admin: true,
|
Admin: true,
|
||||||
Cron: "*/5 * * * *",
|
Cron: "*/5 * * * *",
|
||||||
Handle: func(s core.Sender) interface{} {
|
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
|
return nil
|
||||||
}
|
}
|
||||||
w := func(s string) int {
|
w := func(s string) int {
|
||||||
|
|||||||
Reference in New Issue
Block a user