This commit is contained in:
cdle
2021-10-11 21:32:16 +08:00
parent 704535e4e9
commit 74578a62a0
+1 -1
View File
@@ -280,7 +280,7 @@ Alias=sillyGirl.service`
for {
s.Await(s, func(s2 Sender, err error) interface{} {
if err != nil {
s2.Reply(err)
s.Reply(err)
}
cy := regexp.MustCompile("^[一-龥]{4}$").FindString(s2.GetContent())
if cy == "" {