Skip to content

Commit

Permalink
Update IrcServer.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot authored Jun 10, 2021
1 parent 66f893e commit 401c1ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/irc/IrcServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ export class IrcServer {
}

public getSecureOptions() {
// 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.
return this.config.tlsOptions ?? {};
}

Expand Down

0 comments on commit 401c1ac

Please sign in to comment.