3
0
mirror of https://github.com/reality/dbot.git synced 2024-12-18 08:32:42 +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 17:21:43 +01:00
return new poll(dbot);
}