3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-27 22:39:26 +01:00
This commit is contained in:
Luke Slater 2011-10-12 21:35:33 +01:00
parent 4c3b8f1082
commit 8b23d272c6

View File

@ -6,7 +6,7 @@ var modehate = function(dbot) {
console.log('caught modehate'); console.log('caught modehate');
if(dbot.db.modehate.include(data.user)) { if(dbot.db.modehate.include(data.user)) {
dbot.instance.send('KICK ' + data.channel + ' ' + data.user + ' :gtfo'); dbot.instance.send('KICK ' + data.channel + ' ' + data.user + ' :gtfo');
dbot.say(data.channel,'KICK ' + data.channel + ' ' + data.user + ' :gtfo'); console.log(data.channel,'KICK ' + data.channel + ' ' + data.user + ' :gtfo');
} }
}, },