From 7a5a25134ef584578241874e9048abff1c515d57 Mon Sep 17 00:00:00 2001 From: Luke Slater Date: Wed, 14 Mar 2012 15:49:49 +0000 Subject: [PATCH] Why in blue shit was that in there? --- modules/modehate.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/modehate.js b/modules/modehate.js index 813a6ae..b769198 100644 --- a/modules/modehate.js +++ b/modules/modehate.js @@ -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);