This commit is contained in:
cdle 2021-08-20 15:48:16 +08:00
parent b541a98049
commit efdb04f0bc

View File

@ -198,6 +198,7 @@ func cmd(str string, msgs ...interface{}) {
nt := time.Now()
if (nt.UnixNano()-st.UnixNano())/1e6 > 100 {
go sendMessagee(msg, msgs...)
st = nt
msg = ""
}
}