-
-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto Mute #278
Comments
Will this feauture implemented in a future release? Would also think thats nice. |
I've put it on the 0.11.0 roadmap. Lets see, when I get to it. |
ok great thx much u2 |
The bot now has events to freely configure when left alone or joined again. [events]
#...
#Called when the last client leaves the channel of the bot. Delay can be specified
onalone = "!stop"
#Specifies how long the bot has to be alone until the 'onalone' event gets fired.
#You can specify the time in the ISO-8601 format with quotation marks "PT30S" or like: 15s, 1h, 3m30s
alone_delay = "10s"
#Called when the bot was alone and a client joins his channel. Delay can be specified.
onparty = "!play"
#Specifies how long the bot has to be alone until the 'onalone' event gets fired.
#You can specify the time in the ISO-8601 format with quotation marks "PT30S" or like: 15s, 1h, 3m30s
party_delay = "0s" |
In which case does |
party is the opposite event of |
Read my question again |
That was kinda my answer, alone |
No, you still don't understand my question.
|
There is an If you ask for specific use cases, you could delay a welcome message for 2 seconds so it does not collide with text-to-speech. |
That's actually a valid usecase |
Stop the Music if nobody listen, to Save Bandwith
The text was updated successfully, but these errors were encountered: