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

IRCv3 tags parsed into a StringTable #8

Merged
merged 1 commit into from
Jan 17, 2017
Merged

IRCv3 tags parsed into a StringTable #8

merged 1 commit into from
Jan 17, 2017

Conversation

smt923
Copy link
Contributor

@smt923 smt923 commented Jan 17, 2017

Just a little change to allow for simple handling of IRCv3 tags, obviously most of the library isn't totally up to IRCv3 spec but this lets people manually CAP REQ for tags and then recieve them without breaking some of the parsing, which is what was happening before - for messages without these tags, or if you just want to ignore tags entirely the library still works as before, just now with an event.tags string table

@Xe
Copy link

Xe commented Jan 17, 2017

Can you please add tests?

@dom96 dom96 merged commit d57745d into dom96:master Jan 17, 2017
@dom96
Copy link
Owner

dom96 commented Jan 17, 2017

Seeing as the current parser doesn't have tests I'm willing to merge this. If someone has the time it would be nice to see some tests for this via another PR.

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

Successfully merging this pull request may close these issues.

3 participants