Skip to content

Commit

Permalink
Add note about private room passwords
Browse files Browse the repository at this point in the history
Had to look at node-irc to verify this behavior before trying it. Now it's documented.
  • Loading branch information
colindean committed Feb 18, 2014
1 parent 1417f40 commit 72a7ad3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ to connect to. Make a note of it.
### IRC Rooms

This is a comma separated list of the IRC channels you want your hubot to join.
They must include the `#`. Make a note of them.
They must include the `#`. Make a note of them. You can join private channels
by simply appending the channel password to the room, e.g. `#private password`.

### IRC Nick

Expand Down

0 comments on commit 72a7ad3

Please sign in to comment.