Tennu / tennu

IRC Bot Framework for Node.js
https://tennu.github.io/
ISC License
78 stars 14 forks source link

Added joins to password protected channels #75

Open akainocode opened 8 years ago

akainocode commented 8 years ago

Adds the ability to join a password protected channel. In the config.json, instead of "#channel" one can use {"channel":"#channel", "password":"password"}

Havvy commented 8 years ago

This needs tests.

VictorioBerra commented 6 years ago

@akainocode Can you add a few tests for this please?