forked from GitHub/dbot
karma fix
This commit is contained in:
parent
ca14b38087
commit
90363ed707
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user