diff --git a/modules/modehate.js b/modules/modehate.js index 3da4c55..2f2421a 100644 --- a/modules/modehate.js +++ b/modules/modehate.js @@ -5,8 +5,7 @@ var modehate = function(dbot) { 'listener': function(data) { console.log('caught modehate'); if(dbot.db.modehate.include(data.user)) { - dbot.instance.send('KICK ' + data.channel + ' ' + data.user + ' :gtfo'); - console.log(data.channel,'KICK ' + data.channel + ' ' + data.user + ' :gtfo'); + dbot.instance.send('KICK #42 ' + data.user + ' :gtfo'); } },