mirror of
https://github.com/reality/dbot.git
synced 2024-11-27 14:29:29 +01:00
js
This commit is contained in:
parent
ab03d5bfca
commit
f5ec74c549
@ -7,4 +7,14 @@ var js = function(dbot) {
|
||||
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