revert: put back accidentally removed code

This commit is contained in:
LuanRT
2021-10-20 02:53:32 -03:00
parent f0360cac69
commit 10abf386b4

View File

@@ -134,4 +134,6 @@ class Livechat extends EventEmitter {
this.running = false;
clearTimeout(this.livechat_poller);
}
}
}
module.exports = Livechat;