This commit is contained in:
cdle
2021-10-15 10:30:21 +08:00
parent ffd6943a2c
commit be6b36a784
+1 -1
View File
@@ -277,7 +277,7 @@ Alias=sillyGirl.service`
Handle: func(s Sender) interface{} { Handle: func(s Sender) interface{} {
begin := "" begin := ""
fword := func(cy string) string { fword := func(cy string) string {
begin := regexp.MustCompile(`([一-龥])】`).FindString(cy) begin = regexp.MustCompile(`([一-龥])】`).FindString(cy)
return begin return begin
} }
id := fmt.Sprintf("%v", s.GetUserID()) id := fmt.Sprintf("%v", s.GetUserID())