mirror of
https://github.com/reality/dbot.git
synced 2024-11-23 20:39:25 +01:00
Fixed ~kc
This commit is contained in:
parent
3c5036fef4
commit
62d513b8c0
@ -3,7 +3,7 @@ var karma = function(dbot) {
|
||||
|
||||
return {
|
||||
'listener': function(data) {
|
||||
if(data.user == 'aisbot' && data.channel == 'aisbot' &&
|
||||
if(data.user == 'aisbot' && data.channel == 'depressionbot' &&
|
||||
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