This commit is contained in:
Luke Slater 2011-10-16 20:05:52 +01:00
parent b6320f476a
commit 1f07302f7a

View File

@ -3,7 +3,7 @@ var modehate = function(dbot) {
return {
'listener': function(data, params) {
console.log(data.raw[0].indexOf('-o');
console.log(data.raw[0].indexOf('-o'));
if(dbot.db.modehate.include(data.user) && data.raw[0].indexOf('-o') != -1) {
dbot.instance.send('KICK #42 ' + data.user + ' :gtfo');
}