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 ability to join channels with a password #23

Open
vthunder opened this issue May 31, 2017 · 0 comments
Open

Add ability to join channels with a password #23

vthunder opened this issue May 31, 2017 · 0 comments

Comments

@vthunder
Copy link

A few irc channels require a password to join (admittedly it's rare), it would be nice to support that.

I took a quick peek at the source—I think this could be added via another JSON parameter in the channel purpose field, and then the context could be populated with another object mapping channels to passwords. Either that, or turn the channels array into an array of objects, each channel having a name plus other optional fields (like password).

Haven't dug into it beyond that, let me know if there's interest (and how you'd like it to work) and I can hack on it a bit over the weekend. I haven't checked if the underlying irc lib supports passwords, that would turn this into a bigger project.

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

No branches or pull requests

2 participants