This commit is contained in:
shoopea 2019-12-18 10:46:04 +08:00
parent 40d0e41f2a
commit 1abdff631a

View File

@ -58,7 +58,7 @@ func cronSetDef() {
func cronGetHammerTime() {
clt, err := getLockedRandomClient()
logOnError(err, "cronGetHammerTime")
if err != {
if err != nil {
return
}
clientSendCWMsg(clt.TGUserID64, `/time`, 0)