var reg_handler = function (act) {
UserModel.update({ $or: [{nick: act.nick}, {hmask: act.host}] }, { $set: { lastfm: act.params } }, { upsert: true }, function(){});
};
Robi dokładnie to, czego chciałem, i jest to jedna linijka. :D Idealnie!
var reg_handler = function (act) {
UserModel.update({ $or: [{nick: act.nick}, {hmask: act.host}] }, { $set: { lastfm: act.params } }, { upsert: true }, function(){});
};
Robi dokładnie to, czego chciałem, i jest to jedna linijka. :D Idealnie!