From: Jack Allnutt Date: Mon, 1 Apr 2013 20:38:30 +0000 (+0000) Subject: Remove npm version restriction & add warning to config file X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=1515556c171df179f4ff848832e19fae1e032da6;p=KiwiIRC.git Remove npm version restriction & add warning to config file --- diff --git a/config.example.js b/config.example.js index 5eb1fee..86b1b7c 100644 --- a/config.example.js +++ b/config.example.js @@ -106,6 +106,8 @@ conf.http_base_path = "/kiwi"; /* * SOCKS (version 5) proxy settings + * This feature is only available on node 0.10.0 and above. + * Do not enable it if you're running 0.8 or below or Bad Things will happen. */ conf.socks_proxy = {};