From cf6731c6df8f16e01ab71f10139593b8229128ff Mon Sep 17 00:00:00 2001 From: Santiago Forero Date: Wed, 8 Sep 2021 08:51:14 -0500 Subject: [PATCH] add tls to the constructor docs --- docs/clientapi.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/clientapi.md b/docs/clientapi.md index d2261192..1e9040f2 100644 --- a/docs/clientapi.md +++ b/docs/clientapi.md @@ -7,6 +7,7 @@ Inherits [EventEmitter](https://nodejs.org/api/events.html). Read more on the Ev new Irc.Client({ nick: 'ircbot', username: 'ircbot', + tls: false, gecos: 'ircbot', encoding: 'utf8', version: 'node.js irc-framework',