Also fixed the default freenode hostname in the client file

This commit is contained in:
dubzi 2016-02-13 22:47:42 +00:00
parent 30fa879400
commit d909065a8f

View file

@ -124,7 +124,7 @@ Client.prototype.connect = function(args) {
var client = this;
var server = {
name: args.name || "",
host: args.host || "irc.freenode.org",
host: args.host || "chat.freenode.net",
port: args.port || (args.tls ? 6697 : 6667),
rejectUnauthorized: false
};