From: Darren Date: Wed, 25 Jun 2014 09:17:02 +0000 (+0100) Subject: Proxy checker comments X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=121aeb3a4df93179137b717271ce20ead40062db;p=KiwiIRC.git Proxy checker comments --- diff --git a/server_modules/proxychecker.js b/server_modules/proxychecker.js index abbb1e1..8a77749 100644 --- a/server_modules/proxychecker.js +++ b/server_modules/proxychecker.js @@ -1,3 +1,9 @@ +/** + * Open proxy checking + * + * Look for common open proxy ports from the client + */ + var util = require('util'), kiwiModules = require('../server/modules');