mirror of
https://github.com/reality/dbot.git
synced 2024-11-27 22:39:26 +01:00
debug
This commit is contained in:
parent
a3ed88ae9c
commit
29891ca7cf
@ -3,6 +3,7 @@ var modehate = function(dbot) {
|
|||||||
|
|
||||||
return {
|
return {
|
||||||
'listener': function(data, params) {
|
'listener': function(data, params) {
|
||||||
|
console.log(typeof(data.raw));
|
||||||
if(dbot.db.modehate.include(data.user) && data.raw.indexOf('-o') != -1) {
|
if(dbot.db.modehate.include(data.user) && data.raw.indexOf('-o') != -1) {
|
||||||
dbot.instance.send('KICK #42 ' + data.user + ' :gtfo');
|
dbot.instance.send('KICK #42 ' + data.user + ' :gtfo');
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user