dbot/modules/poll/poll.js
2013-01-15 16:21:43 +00:00

9 lines
143 B
JavaScript

var poll = function(dbot) {
this.name = poll;
this.ignorable = true;
};
exports.fetch = function(dbot) {
return new poll(dbot);
}