From: Darren Date: Sat, 2 Nov 2013 13:00:45 +0000 (+0000) Subject: SOCKS server fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=6cd5ba87eec861cc1b58cfb235c4d50812cf162d;p=KiwiIRC.git SOCKS server fix --- diff --git a/server/irc/connection.js b/server/irc/connection.js index a4084cd..a2d1c13 100644 --- a/server/irc/connection.js +++ b/server/irc/connection.js @@ -187,7 +187,7 @@ IrcConnection.prototype.connect = function () { } // Are we connecting through a SOCKS proxy? - if (this.socks) { + if (that.socks) { that.socket = Socks.connect({ host: host, port: that.irc_host.port,