karma fix

This commit is contained in:
Luke Slater 2011-10-19 22:31:34 +01:00
parent ca14b38087
commit 90363ed707

View File

@ -3,7 +3,7 @@ var karma = function(dbot) {
return {
'listener': function(data) {
if(data.user == 'aisbot' && data.channel == 'depressionbot' &&
if(data.user == 'aisbot' && data.channel == 'aisbot' &&
dbot.waitingForKarma != false && data.message.match(/is at/)) {
var split = data.message.split(' ');
var target = split[0];