Also fixed the default freenode hostname in the client file
This commit is contained in:
parent
30fa879400
commit
d909065a8f
@ -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
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user