From 79c128d58a0ad40d7dd44d50f3cb1777cc8acd87 Mon Sep 17 00:00:00 2001 From: Stephen Yeargin Date: Thu, 25 Jul 2013 15:47:48 -0500 Subject: [PATCH 1/2] Updates README to include reference to HUBOT_IRC_PRIVATE env variable --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4a7bda1..b4abbe2 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 From 0dc3b8613f6d5cd029fdaef467fddca1b7b3c881 Mon Sep 17 00:00:00 2001 From: Stephen Yeargin Date: Thu, 25 Jul 2013 15:54:23 -0500 Subject: [PATCH 2/2] Describe the variable's purpose --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b4abbe2..c44d30e 100644 --- a/README.md +++ b/README.md @@ -98,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="..."