This commit is contained in:
cdle
2021-10-21 15:31:14 +08:00
parent 25ff75ec35
commit 5ec41b097d
+1 -1
View File
@@ -318,7 +318,7 @@ Alias=sillyGirl.service`
return "你认输有个屁用。"
}
}
if regexp.MustCompile("^"+begin).FindString(ct) == "" {
if regexp.MustCompile("^"+begin).FindString(ct) == "" || strings.Contains(ct, "接龙") {
if me {
return fmt.Sprintf("现在是接【%s】开头的成语哦。", begin)
} else {