mirror of
https://github.com/reality/dbot.git
synced 2024-11-27 06:19:24 +01:00
Update js.js
This commit is contained in:
parent
7d9a9eeeff
commit
2307f164f8
@ -12,8 +12,8 @@ var js = function(dbot) {
|
||||
'~js': function(event) {
|
||||
try {
|
||||
var s = new VM({timeout: 1000, sandbox: {}});
|
||||
event.reply(s.run(code));
|
||||
} catch(err) {}
|
||||
event.reply(s.run(event.input[1]));
|
||||
} catch(err) { event.reply(err); }
|
||||
},
|
||||
|
||||
// Run JS code un-sandboxed, with access to DBot memory (admin-only).
|
||||
|
Loading…
Reference in New Issue
Block a user