mirror of https://github.com/calzoneman/sync.git
Fix auto afk timer
This commit is contained in:
parent
127e91b9d5
commit
b225e9ef50
|
@ -548,6 +548,8 @@ Channel.prototype.join = function (user) {
|
|||
user.socket.join(self.uniqueName);
|
||||
user.channel = self;
|
||||
|
||||
user.autoAFK();
|
||||
|
||||
if (!self.registered) {
|
||||
user.socket.emit("channelNotRegistered");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue