Skip to content

Commit 401c1ac

Browse files
authored
Update IrcServer.ts
1 parent 66f893e commit 401c1ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/irc/IrcServer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ export class IrcServer {
323323
}
324324

325325
public getSecureOptions() {
326-
// Return undefined here, as a falsy secure opts will disable SSL.
326+
// Return an empty object here if not defined, as a falsy secure opts will disable SSL.
327327
return this.config.tlsOptions ?? {};
328328
}
329329

0 commit comments

Comments
 (0)