forked from GitHub/dbot
karma fix
This commit is contained in:
parent
ca14b38087
commit
90363ed707
@ -3,7 +3,7 @@ var karma = function(dbot) {
|
|||||||
|
|
||||||
return {
|
return {
|
||||||
'listener': function(data) {
|
'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/)) {
|
dbot.waitingForKarma != false && data.message.match(/is at/)) {
|
||||||
var split = data.message.split(' ');
|
var split = data.message.split(' ');
|
||||||
var target = split[0];
|
var target = split[0];
|
||||||
|
Loading…
Reference in New Issue
Block a user