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

Updates README to include reference to HUBOT_IRC_PRIVATE env variable #90

Merged
merged 2 commits into from
Jul 25, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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