diff --git a/develop/qinglong/cron.go b/develop/qinglong/cron.go index 74bddec..f500143 100644 --- a/develop/qinglong/cron.go +++ b/develop/qinglong/cron.go @@ -234,7 +234,7 @@ func init() { if err := Req(CRONS, PUT, "/disable", []byte(fmt.Sprintf(`["%s"]`, dup.ID))); err != nil { s.Reply(fmt.Sprintf("隐藏 %v %v %v", dup.Name, dup.Command, err)) } else { - s.Reply(fmt.Sprintf("已隐藏重复任务 %v %v", dup.Name, dup.Command)) + s.Reply(fmt.Sprintf("已隐藏重复任务 %v %v", dup.Name, dup.Command), core.N) } } else { tasks[crons[i].Name] = crons[i]