We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc634a1 commit b088487Copy full SHA for b088487
src/irc.coffee
@@ -180,11 +180,13 @@ class IrcBot extends Adapter
180
port: options.port
181
stripColors: true
182
secure: options.usessl
183
+ sasl: options.usesasl
184
selfSigned: options.fakessl
185
certExpired: options.certExpired
186
floodProtection: @unfloodProtection(options.unflood),
187
floodProtectionDelay: @unfloodProtectionDelay(options.unflood),
- sasl: options.usesasl
188
+ autoRejoin: true
189
+ retryCount: Infinity
190
191
client_options['channels'] = options.rooms unless options.nickpass
192
0 commit comments