3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-24 04:49:25 +01:00
This commit is contained in:
Luke Slater 2011-12-04 16:59:30 +00:00
parent 5379dc3d7f
commit 16354db060

View File

@ -3,7 +3,9 @@ var modehate = function(dbot) {
return {
'listener': function(data, params) {
console.log('THIS: ' + data.raw[0]);
if(data.raw[0].indexOf('-oooo') != -1) {
console.log('test');
dbot.instance.send('KICK ' + data.channel + ' ' + data.user + ' :gtfo - mass deop protection');
} else if(dbot.db.modehate.include(data.user) && data.raw[0].indexOf('-o') != -1) {
dbot.instance.send('KICK ' + data.channel + ' ' + data.user + ' :gtfo');