forked from GitHub/dbot
qadd reality ban
This commit is contained in:
parent
a450d357d1
commit
b40845e93d
@ -4,7 +4,7 @@ var js = function(dbot) {
|
||||
var commands = {
|
||||
'~js': function(data, params) {
|
||||
var q = data.message.valMatch(/^~js ([\d\w\s]*)/, 2);
|
||||
console.log(q);
|
||||
console.log(q[1]);
|
||||
dbot.say(data.channel, eval(q[1]));
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user