modehate only on deop

This commit is contained in:
Luke Slater 2011-10-15 19:54:29 +01:00
parent 0e18cd50c4
commit 5a97dea05b

View File

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