projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
353d261
)
Fix typo in comment
author
Jack Allnutt
<jack@allnutt.eu>
Thu, 12 Jun 2014 15:34:43 +0000
(16:34 +0100)
committer
Jack Allnutt
<jack@allnutt.eu>
Thu, 12 Jun 2014 15:34:43 +0000
(16:34 +0100)
server/irc/connection.js
patch
|
blob
|
blame
|
history
diff --git
a/server/irc/connection.js
b/server/irc/connection.js
index c72858e956e27990476fc3608a113a4b421eabce..4d582eae387bb85ab211c80d508e2edd4d8e55f1 100644
(file)
--- a/
server/irc/connection.js
+++ b/
server/irc/connection.js
@@
-20,7
+20,7
@@
var version_values = process.version.substr(1).split('.').map(function (item) {
return parseInt(item, 10);
});
-// If we have a suitable Nodejs version, bring in
t he socks
functionality
+// If we have a suitable Nodejs version, bring in
the SOCKS
functionality
if (version_values[1] >= 10) {
Socks = require('socksjs');
}