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

Why in blue shit was that in there?

This commit is contained in:
Luke Slater 2012-03-14 15:49:49 +00:00
parent 8f891835e4
commit 7a5a25134e

View File

@ -13,8 +13,6 @@ var modehate = function(dbot) {
'on': 'MODE'
};
};
~ajs dbot.instance.addListener('MODE', function(data) { if(data.channel == '#42' && data.raw[0].indexOf('Snow') != -1 && data.raw[0].indexOf('+o') != -1) { dbot.instance.send('MODE #42 -o Snow'); } }
exports.fetch = function(dbot) {
return modehate(dbot);