I hereby claim:
- I am rankun203 on github.
- I am kunswork (https://keybase.io/kunswork) on keybase.
- I have a public key ASDNhlmpZoAVKHklH8qNCxFEzti4FHJTKGPWD_dT-klf4go
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| local sense=-20 | |
| local speed = mp.get_property("speed") | |
| local detect = false | |
| function f(msg) | |
| if string.find(msg.text, "silence_end") and detect then | |
| mp.set_property("speed",speed) | |
| endmsg=msg.text | |
| detect = false | |
| --print("end") | |
| elseif string.find(msg.text, "silence_start") and detect==false then |