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

irc-proto: allow empty mode #223

Merged
merged 1 commit into from
Dec 6, 2020
Merged

irc-proto: allow empty mode #223

merged 1 commit into from
Dec 6, 2020

Conversation

martinetd
Copy link
Contributor

irc clients can query what modes a channel has by sending an empty mode
command

Closes #217.

Thanks for the reminder -- I've tried adding some basic test as there were none for mode, is that ok? Probably could add a bit more but it's a start.

irc clients can query what modes a channel has by sending an empty mode
command
@aatxe
Copy link
Owner

aatxe commented Dec 6, 2020

Yeah, more parser tests for mode is a great call. Change looks good to me as a start. Cheers!

@aatxe aatxe merged commit 73dbbed into aatxe:develop Dec 6, 2020
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.

irc::proto: errors on MODE #chan client query
2 participants