martynsmith / node-irc

NodeJS IRC client library
GNU General Public License v3.0
1.33k stars 424 forks source link

connect trought znc #557

Closed Erkalos closed 4 years ago

Erkalos commented 4 years ago

Hi, Can someone helping to connect trought znc ? :

  var client = new irc.Client("my_url", "nick", {
        username: "user_znc/network",
        password: "password",
        port: "7777",
        secure: "true",
        selfSigned: true,
        stripColors: true,
        debug: true,
    });

It's not working :(

Erkalos commented 4 years ago

it work finaly