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 66f893e commit 401c1acCopy full SHA for 401c1ac
src/irc/IrcServer.ts
@@ -323,7 +323,7 @@ export class IrcServer {
323
}
324
325
public getSecureOptions() {
326
- // Return undefined here, as a falsy secure opts will disable SSL.
+ // Return an empty object here if not defined, as a falsy secure opts will disable SSL.
327
return this.config.tlsOptions ?? {};
328
329
0 commit comments