mirror of
https://github.com/reality/dbot.git
synced 2024-11-27 14:29:29 +01:00
test
This commit is contained in:
parent
4c3b8f1082
commit
8b23d272c6
@ -6,7 +6,7 @@ var modehate = function(dbot) {
|
||||
console.log('caught modehate');
|
||||
if(dbot.db.modehate.include(data.user)) {
|
||||
dbot.instance.send('KICK ' + data.channel + ' ' + data.user + ' :gtfo');
|
||||
dbot.say(data.channel,'KICK ' + data.channel + ' ' + data.user + ' :gtfo');
|
||||
console.log(data.channel,'KICK ' + data.channel + ' ' + data.user + ' :gtfo');
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user