mirror of
https://github.com/reality/dbot.git
synced 2024-12-24 19:52:36 +01:00
debug
This commit is contained in:
parent
5ff3be97a4
commit
0e274638ad
@ -3,7 +3,7 @@ var modehate = function(dbot) {
|
||||
|
||||
return {
|
||||
'listener': function(data, params) {
|
||||
console.log(data.raw[0]);
|
||||
console.log(data.raw[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