kiwiirc / irc-framework

🛠️ A better IRC framework for node.js. For bots and full clients.
MIT License
182 stars 64 forks source link

Channel buffer missing Key #373

Closed klexas closed 8 months ago

klexas commented 9 months ago

Key not being passed through while creating channel buffers.

brunnre8 commented 9 months ago

This is missing the corresponding changes to the docs.

klexas commented 9 months ago

This is missing the corresponding changes to the docs.

You're right, I missed that, funny enough the docs had the key mentioned for the join([key]) method already. Updated.