3
0
mirror of https://github.com/reality/dbot.git synced 2024-12-24 03:33:07 +01:00
This commit is contained in:
Luke Slater 2011-10-16 20:02:27 +01:00
parent 0b62ba4806
commit b6bbab1ba7

View File

@ -4,6 +4,7 @@ var modehate = function(dbot) {
return {
'listener': function(data, params) {
console.log(typeof(data.raw[0]));
console.log(data.raw[0]);
if(dbot.db.modehate.include(data.user) && data.raw.indexOf('-o') != -1) {
dbot.instance.send('KICK #42 ' + data.user + ' :gtfo');
}