Not sure what the hell is up with this package

This commit is contained in:
Luke Slater 2012-02-13 20:20:49 +00:00
parent af7d8c58d1
commit c20e5b61f2

View File

@ -1,5 +1,5 @@
var vm = require('vm'); var vm = require('vm');
var s = require('sandbox'); var s = require('sandbox')();
var js = function(dbot) { var js = function(dbot) {
var dbot = dbot; var dbot = dbot;