This commit is contained in:
Histmy 2021-06-27 00:27:46 +02:00
parent 7fb178a262
commit 7018e2067d

View File

@ -94,8 +94,7 @@ module.exports = {
// Odeslání statusu při změně jména nebo profilovky
on_userUpdate: (bef, aft) => {
if (process.env.IGNORE_PRESENCE) return;
if (!logHovno(bef, aft))
if (!process.env.IGNORE_PRESENCE)
prepSend([[aft, statusy[statusOnFoun(null, aft.presence)[1]]]]);
}
};