Skip to content

Commit 548e0ec

Browse files
Tyler McClevechrisdotcode
Tyler McCleve
authored andcommitted
Add sasl
1 parent ec70eea commit 548e0ec

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ And the following are optional.
4646
* `HUBOT_IRC_DEBUG`
4747
* `HUBOT_IRC_USESSL`
4848
* `HUBOT_IRC_PRIVATE`
49+
* `HUBOT_IRC_USESASL`
4950

5051
### IRC Server
5152

@@ -115,6 +116,12 @@ SSL. You can set the variable to anything.
115116
This is the optional flag if your hubot should ignore `PRIVMSG` and `INVITE`
116117
commands. You can set the variable to anything.
117118

119+
### IRC SASL
120+
121+
SASL is a method that allows identification to services (NickServ) during the connection
122+
process, before anything else happens - therefore eliminating the need to /msg nickserv identify.
123+
Note: May be a requirement from some IRC hosts (freenode) when connecting from a public cloud provider (AWS).
124+
118125
### Configuring the variables on Heroku
119126

120127
% heroku config:add HUBOT_IRC_SERVER="..."
@@ -141,6 +148,8 @@ Optional
141148

142149
% heroku config:add HUBOT_IRC_USESSL="true"
143150

151+
% heroku config:add HUBOT_IRC_USESASL="true"
152+
144153
### Configuring the variables on UNIX
145154

146155
% export HUBOT_IRC_SERVER="..."
@@ -167,6 +176,8 @@ Optional
167176

168177
% export HUBOT_IRC_USESSL="true"
169178

179+
% export HUBOT_IRC_USESASL="true"
180+
170181
### Configuring the variables on Windows
171182

172183
From Powershell:

0 commit comments

Comments
 (0)