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

Support channel passwords #18

Closed
jkramer opened this issue Aug 1, 2016 · 1 comment
Closed

Support channel passwords #18

jkramer opened this issue Aug 1, 2016 · 1 comment

Comments

@jkramer
Copy link

jkramer commented Aug 1, 2016

Currently only server passwords are supported, but channels can have their own password each which has to be sent along with the /join command. It would be nice to make the channel list in the constructor a hash ("#channel" => "channelpw").

@zoffixznet
Copy link
Contributor

Done. Channels can now be specified either as Str or as a Pair where the key is the channel and value is the password for it:

:channels('#perl6bot', '#zofbot', '#myown' => 's3cret')

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

No branches or pull requests

2 participants