Skip to content
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

whispers #55

Closed
antedebaas opened this issue Dec 4, 2020 · 3 comments · Fixed by #164
Closed

whispers #55

antedebaas opened this issue Dec 4, 2020 · 3 comments · Fixed by #164
Labels
enhancement New feature or request

Comments

@antedebaas
Copy link

I'm building a little bot and i want it also to respond to whispers.
i cant seem to find a function to call for sending whispers.
am i missing something?

@RAnders00
Copy link
Collaborator

There's no built-in method yet. You can use client.privmsg("bot_name".to_owned(), format!("/w {} {}", recipient_name, message)) meanwhile.

@RAnders00 RAnders00 added the enhancement New feature or request label Dec 5, 2020
@RAnders00
Copy link
Collaborator

Has been consolidated into #85

@RAnders00 RAnders00 linked a pull request May 24, 2022 that will close this issue
1 task
@RAnders00
Copy link
Collaborator

A native method to send whispers will be included in the next twitch_irc release. See also #164

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants