forked from GitHub/dbot
debug
This commit is contained in:
parent
29891ca7cf
commit
0b62ba4806
@ -3,7 +3,7 @@ var modehate = function(dbot) {
|
||||
|
||||
return {
|
||||
'listener': function(data, params) {
|
||||
console.log(typeof(data.raw));
|
||||
console.log(typeof(data.raw[0]));
|
||||
if(dbot.db.modehate.include(data.user) && data.raw.indexOf('-o') != -1) {
|
||||
dbot.instance.send('KICK #42 ' + data.user + ' :gtfo');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user