3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-24 04:49:25 +01:00
This commit is contained in:
reality 2013-08-21 20:38:51 +00:00
parent a5eda46339
commit 91d6f64520

View File

@ -67,7 +67,7 @@ var report = function(dbot) {
'user': event.rUser.primaryNick, 'user': event.rUser.primaryNick,
'link': dbot.api.web.getUrl('report/' + event.server + '/missing') 'link': dbot.api.web.getUrl('report/' + event.server + '/missing')
})); }));
this.pNotify = false; this.pNotify[event.rUser.id] = false;
} }
}.bind(this); }.bind(this);
this.on = 'JOIN'; this.on = 'JOIN';