Skip to content

Commit

Permalink
Adding d to certExpire
Browse files Browse the repository at this point in the history
  • Loading branch information
jgable committed Nov 6, 2012
1 parent f25a7ac commit f3ae1a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/irc.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class IrcBot extends Adapter
stripColors: true
secure: options.usessl
selfSigned: options.fakessl
certExpired: options.certExpire
certExpired: options.certExpired
floodProtection: options.unflood

client_options['channels'] = options.rooms unless options.nickpass
Expand Down

0 comments on commit f3ae1a3

Please sign in to comment.