connect trought znc
Closed this issue · 1 comments
Erkalos commented
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
it work finaly