forked from GitHub/dbot
js
This commit is contained in:
parent
ab03d5bfca
commit
f5ec74c549
@ -7,4 +7,14 @@ var js = function(dbot) {
|
|||||||
dbot.say(data.channel, eval(q));
|
dbot.say(data.channel, eval(q));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
|
||||||
|
return {
|
||||||
|
'onLoad': function() {
|
||||||
|
return commands;
|
||||||
|
}
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
exports.fetch = function(dbot) {
|
||||||
|
return js(dbot);
|
||||||
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user