mirror of
https://github.com/reality/dbot.git
synced 2024-11-27 14:29:29 +01:00
no more :
This commit is contained in:
parent
81520a3aab
commit
2d1cfdd567
@ -99,7 +99,7 @@ var karma = function(dbot) {
|
||||
this.listener = function(event) {
|
||||
var match = event.message.match(/^(.+)(\+\+|\-\-)$/);
|
||||
if(match) {
|
||||
match[1] = match[1].replace(/(\+|\-)/g,'').trim();
|
||||
match[1] = match[1].replace(/(\+|\-)/g,'').replace(/:/g,'').trim();
|
||||
if(_.has(this.lastKarma, event.rUser.id) && this.lastKarma[event.rUser.id] + 5000 > Date.now()) {
|
||||
return event.reply('Try again in a few seconds : - )');
|
||||
} else if(event.rUser.currentNick.toLowerCase === match[1].toLowerCase() || event.rUser.primaryNick.toLowerCase() === match[1].toLowerCase()) {
|
||||
|
Loading…
Reference in New Issue
Block a user