no offline messages support for those using anything but my changes to atheme. gg -.-

This commit is contained in:
reality 2014-09-05 11:29:25 +00:00
parent 8c5e871640
commit bea3283b05

View File

@ -94,20 +94,6 @@ var api = function(dbot) {
next();
});
}, function() {
offlineUsers = perOps;
if(!_.include(this.config.noMissingChans, cName)) {
_.each(offlineUsers, function(id) {
if(!this.pending[id]) this.pending[id] = [];
this.pending[id].push({
'time': new Date().gettime(),
'channel': cname,
'user': user.primarynick,
'message': message
});
this.pnotify[id] = true;
}.bind(this));
}
message = this.internalAPI.formatNotify(type, server,
user, cName, message);
this.internalAPI.notify(server, ops, message);