forked from GitHub/dbot
derp
This commit is contained in:
parent
298ec5f396
commit
72587af968
@ -6,7 +6,7 @@ var modehate = function(dbot) {
|
||||
if(data.raw[0].indexOf('-oooo') != -1) {
|
||||
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');
|
||||
dbot.instance.send('KICK ' + data.channel + ' ' + data.user + ' :gtfo');
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user