Skip to content

Commit

Permalink
Merge pull request nandub#90 from stephenyeargin/master
Browse files Browse the repository at this point in the history
Updates README to include reference to HUBOT_IRC_PRIVATE env variable
  • Loading branch information
jgable committed Jul 25, 2013
2 parents b50d74f + 0dc3b86 commit f20066f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ And the following are optional.
* `HUBOT_IRC_UNFLOOD`
* `HUBOT_IRC_DEBUG`
* `HUBOT_IRC_USESSL`
* `HUBOT_IRC_PRIVATE`

### IRC Server

Expand Down Expand Up @@ -97,6 +98,11 @@ variable to anything.
This is the optional flag if your hubot is connecting to an IRC server using
SSL. You can set the variable to anything.

### IRC Private

This is the optional flag if your hubot should ignore `PRIVMSG` and `INVITE`
commands. You can set the variable to anything.

### Configuring the variables on Heroku

% heroku config:add HUBOT_IRC_SERVER="..."
Expand Down

0 comments on commit f20066f

Please sign in to comment.