3
0
mirror of https://github.com/reality/dbot.git synced 2025-02-11 03:50:53 +01:00
dbot/modules/poll/poll.js

7 lines
94 B
JavaScript
Raw Normal View History

var poll = function(dbot) {
};
exports.fetch = function(dbot) {
2013-01-15 16:21:43 +00:00
return new poll(dbot);
}