Comparing version 0.2.2 to 0.2.3
@@ -0,0 +0,0 @@ var irc = require('./lib/xdcc').irc; |
@@ -20,3 +20,3 @@ var irc = require('irc') | ||
return { | ||
file: parts[2], | ||
file: parts[2].replace(/^"(.+)"$/, '$1'), | ||
ip: uint32ToIP(parseInt(parts[3], 10)), | ||
@@ -23,0 +23,0 @@ port: parseInt(parts[4], 10), |
{ | ||
"name": "xdcc", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"author": "Justin Li <jli@j-li.net>", | ||
@@ -5,0 +5,0 @@ "description": "A simple xdcc client", |
@@ -0,0 +0,0 @@ node-xdcc |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4842
128