3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-24 04:49:25 +01:00
dbot/modules/project/project.js

14 lines
269 B
JavaScript
Raw Normal View History

2013-04-18 13:06:13 +02:00
/**
* Module Name: Project
* Description: Web page which shows git status and other various stats about
* the dbot.
2013-04-18 13:06:13 +02:00
*/
var project = function(dbot) {
// Nothing to see here go away love zuzak
2013-04-18 13:06:13 +02:00
}
2013-04-18 13:06:13 +02:00
exports.fetch = function(dbot) {
return new project(dbot);
}