Skip to content

Commit

Permalink
Merge pull request nandub#150 from notpeter/master
Browse files Browse the repository at this point in the history
Document HUBOT_IRC_USERNAME
  • Loading branch information
jgable committed May 19, 2016
2 parents 51d1f4b + 0ca5f01 commit d40d6a3
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ The IRC adapter requires only the following environment variables.
And the following are optional.

* `HUBOT_IRC_PORT`
* `HUBOT_IRC_USERNAME`
* `HUBOT_IRC_PASSWORD`
* `HUBOT_IRC_NICKSERV_PASSWORD`
* `HUBOT_IRC_NICKSERV_USERNAME`
Expand Down Expand Up @@ -65,10 +66,10 @@ default to the name of your hubot.
This is the optional port of the IRC server you want your hubot to connect to.
If omitted the default is `6667`. Make a note of it if required.

### IRC Password
### IRC User & Password

This is the optional password of the IRC server you want your hubot to connect
to. If the IRC server doesn't require a password, this can be omitted. Make a
This is the optional username and/or password of the IRC server you want your hubot to connect
to. If the IRC server doesn't require a username/password, this can be omitted. Make a
note of it if required.

### IRC Nickserv Password
Expand Down Expand Up @@ -120,6 +121,8 @@ Optional

% heroku config:add HUBOT_IRC_PORT=6767

% heroku config:add HUBOT_IRC_USERNAME="..."

% heroku config:add HUBOT_IRC_PASSWORD="..."

% heroku config:add HUBOT_IRC_NICKSERV_PASSWORD="..."
Expand All @@ -144,6 +147,8 @@ Optional

% export HUBOT_IRC_PORT=6767

% export HUBOT_IRC_USERNAME="..."

% export HUBOT_IRC_PASSWORD="..."

% export HUBOT_IRC_NICKSERV_PASSWORD="..."
Expand Down

0 comments on commit d40d6a3

Please sign in to comment.