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)); dbot.say(data.channel, eval(q));
} }
}; };
}
return {
'onLoad': function() {
return commands;
}
};
};
exports.fetch = function(dbot) {
return js(dbot);
};