File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ And the following are optional.
46
46
* ` HUBOT_IRC_DEBUG `
47
47
* ` HUBOT_IRC_USESSL `
48
48
* ` HUBOT_IRC_PRIVATE `
49
+ * ` HUBOT_IRC_USESASL `
49
50
50
51
### IRC Server
51
52
@@ -115,6 +116,12 @@ SSL. You can set the variable to anything.
115
116
This is the optional flag if your hubot should ignore ` PRIVMSG ` and ` INVITE `
116
117
commands. You can set the variable to anything.
117
118
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
+
118
125
### Configuring the variables on Heroku
119
126
120
127
% heroku config:add HUBOT_IRC_SERVER="..."
@@ -141,6 +148,8 @@ Optional
141
148
142
149
% heroku config:add HUBOT_IRC_USESSL="true"
143
150
151
+ % heroku config:add HUBOT_IRC_USESASL="true"
152
+
144
153
### Configuring the variables on UNIX
145
154
146
155
% export HUBOT_IRC_SERVER="..."
@@ -167,6 +176,8 @@ Optional
167
176
168
177
% export HUBOT_IRC_USESSL="true"
169
178
179
+ % export HUBOT_IRC_USESASL="true"
180
+
170
181
### Configuring the variables on Windows
171
182
172
183
From Powershell:
You can’t perform that action at this time.
0 commit comments