3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-24 04:49:25 +01:00
This commit is contained in:
reality 2015-04-23 15:13:02 +00:00
parent 9d682455f5
commit 24c792e4cf

View File

@ -50,6 +50,7 @@ var food = function(dbot) {
}.bind(this)); }.bind(this));
} }
}; };
this.on = 'PRIVMSG';
}; };
exports.fetch = function(dbot) { exports.fetch = function(dbot) {