3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-27 14:29:29 +01:00

bind the kick listener correctly to this

This commit is contained in:
reality 2013-04-14 15:00:15 +00:00
parent 1ba57f4d5d
commit e40a8437a3

View File

@ -38,7 +38,7 @@ var kick = function(dbot) {
}) + ')');
}
}
};
}.bind(this);
this.on = 'KICK';
};