projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77997db
)
SOCKS server fix
author
Darren
<darren@darrenwhitlen.com>
Sat, 2 Nov 2013 13:00:45 +0000
(13:00 +0000)
committer
Darren
<darren@darrenwhitlen.com>
Sat, 2 Nov 2013 13:00:45 +0000
(13:00 +0000)
server/irc/connection.js
patch
|
blob
|
blame
|
history
diff --git
a/server/irc/connection.js
b/server/irc/connection.js
index a4084cda637bc67bae89023295fed75948921788..a2d1c131d9160c9fc51bd6f06c8a58061de7da3a 100644
(file)
--- 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 (th
is
.socks) {
+ if (th
at
.socks) {
that.socket = Socks.connect({
host: host,
port: that.irc_host.port,