Fix auto afk timer

This commit is contained in:
calzoneman 2014-03-04 16:22:16 -06:00
parent 127e91b9d5
commit b225e9ef50
1 changed files with 2 additions and 0 deletions

View File

@ -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");
}