aa
This commit is contained in:
@@ -251,7 +251,7 @@ func (t *TcpClient) doPrint(key string) (err error) {
|
|||||||
if sounds := regexpSoundSpan.FindStringSubmatch(printMsg.Content); len(sounds) > 0 {
|
if sounds := regexpSoundSpan.FindStringSubmatch(printMsg.Content); len(sounds) > 0 {
|
||||||
sound := sounds[1]
|
sound := sounds[1]
|
||||||
lenTime := time.Duration(utf8.RuneCountInString(sound)) * time.Second
|
lenTime := time.Duration(utf8.RuneCountInString(sound)) * time.Second
|
||||||
time.Sleep(lenTime)
|
time.Sleep(lenTime / 2)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user