3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-24 04:49:25 +01:00
dbot/modules/poll/poll.js
2013-01-15 16:54:51 +00:00

7 lines
94 B
JavaScript

var poll = function(dbot) {
};
exports.fetch = function(dbot) {
return new poll(dbot);
}