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

Add support for reply-parent tags #187

Closed
Retoon opened this issue Jan 16, 2023 · 4 comments
Closed

Add support for reply-parent tags #187

Retoon opened this issue Jan 16, 2023 · 4 comments
Labels
enhancement New feature or request

Comments

@Retoon
Copy link
Contributor

Retoon commented Jan 16, 2023

I noticed there wasn't support for reply-parent tags, these tags contain information about a message a user is replying to in chat, the tags are optional and not present when the message is not in reply to another message.
see: https://dev.twitch.tv/docs/irc/tags/#twitch-irc-tags

I suggest something like a ReplyParent struct type that contains the five reply-parent related tags, msg-id, user-login, user-login, display-name, msg-body

if i have time i'll try to fork and implement it but i'm not terribly familiar with developing crates or libraries, but will give it a shot.

@Retoon
Copy link
Contributor Author

Retoon commented Jan 17, 2023

I opened a pull request ( #189 ). This is my first time doing a (proper) pull request so there's a good chance i missed something that i needed to do.

@DanielHe4rt
Copy link

The project still being maintained?

@Retoon
Copy link
Contributor Author

Retoon commented Jul 24, 2023

The project still being maintained?

I don't know why you're asking in this issue specifically, but i'm sure @RAnders00 is just busy.

@RAnders00
Copy link
Collaborator

Added via #189

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

No branches or pull requests

3 participants