diff --git a/README.md b/README.md index 4a7bda1..c44d30e 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ And the following are optional. * `HUBOT_IRC_UNFLOOD` * `HUBOT_IRC_DEBUG` * `HUBOT_IRC_USESSL` +* `HUBOT_IRC_PRIVATE` ### IRC Server @@ -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="..."