From d5ef51e5066984e2328516bcddcd3ed3911af31f Mon Sep 17 00:00:00 2001 From: Luke Slater Date: Mon, 13 Feb 2012 20:21:57 +0000 Subject: [PATCH] Not sure what the hell is up with this package --- modules/js.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/js.js b/modules/js.js index 37c98c1..9547c85 100644 --- a/modules/js.js +++ b/modules/js.js @@ -1,8 +1,9 @@ var vm = require('vm'); -var s = require('sandbox')(); +var sbox = require('sandbox'); var js = function(dbot) { var dbot = dbot; + var s = new sbox(); var commands = { '~js': function(data, params) {