Hello. I have a bot script that reads back a selected text file to a user in a pm window. However, sometimes they discover that the file is not one they really wanted. How do I incorporate the ability to stop the selected file playback upon a !halt or !stop request to the bot? Here is my script:
on *:TEXT:!book1:?:{
.play $nick scripts\book1.txt 7000
close -m $nick
}
Also, another issue. It seems that the bot can only respond to one user request at a time, and wont respond to another user until the current file playback is done. Is there a way to have a bot respond to more than one user at a time?
Thanks;