diff --git a/job.go b/job.go index 92dfd8e..75dc3c4 100644 --- a/job.go +++ b/job.go @@ -1358,6 +1358,9 @@ func jobGetHammerTime(j Job) { ParseMode: cmdParseModeHTML, } TGCmdQueue <- c + fmt.Printf("Perfect weather for the next 2 hours.\n") + } else { + fmt.Printf("Poor weather for the next 2 hours.\n") } err = setJobDone(j.ID64)