3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-23 20:39: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,
'link': dbot.api.web.getUrl('report/' + event.server + '/missing')
}));
this.pNotify = false;
this.pNotify[event.rUser.id] = false;
}
}.bind(this);
this.on = 'JOIN';