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 968d421 commit 20208b3Copy full SHA for 20208b3
src/irc/BridgedClient.ts
@@ -252,6 +252,7 @@ export class BridgedClient extends EventEmitter {
252
localAddress: (
253
this.server.getIpv6Prefix() ? this.clientConfig.getIpv6Address() : undefined
254
),
255
+ certificate: this.clientConfig.certificate,
256
useRedisPool: this.redisPool,
257
encodingFallback: this.encodingFallback,
258
},
0 commit comments