mirror of
https://github.com/reality/dbot.git
synced 2024-11-24 04:49:25 +01:00
whoops
This commit is contained in:
parent
a5eda46339
commit
91d6f64520
@ -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';
|
||||||
|
Loading…
Reference in New Issue
Block a user