mirror of
https://github.com/reality/dbot.git
synced 2024-11-27 14:29:29 +01:00
modehate only on deop
This commit is contained in:
parent
5a97dea05b
commit
1ad5eeaf3b
@ -3,8 +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) {
|
||||
if(dbot.db.modehate.include(data.user) && data.raw[0].indexOf('-o') != -1) {
|
||||
dbot.instance.send('KICK #42 ' + data.user + ' :gtfo');
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user