3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-27 14:29:29 +01:00
This commit is contained in:
Luke Slater 2011-10-12 16:43:09 +01:00
parent ab03d5bfca
commit f5ec74c549

View File

@ -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);
};